Skip to content

Commit

Permalink
Release v1.2 is updated.
Browse files Browse the repository at this point in the history
Signed-off-by: Zhou Chang <[email protected]>
  • Loading branch information
Teaonly committed Oct 27, 2012
1 parent e36dac4 commit a30def8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="teaonly.droideye"
android:versionCode="2"
android:versionName="1.1">
android:versionCode="3"
android:versionName="1.2">
<application android:label="@string/app_name" android:icon="@drawable/icon">
<activity android:name="MainActivity"
android:label="@string/app_name"
Expand Down
2 changes: 1 addition & 1 deletion ant.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# 'key.store' for the location of your keystore and
# 'key.alias' for the name of the key to use.
# The password will be asked during the build when you use the 'release' target.
key.store=/home/frank/opt/mykey/androidrelease.keystore
key.store=/Users/teaonly/opt/mykey/androidrelease.keystore
key.alias=teaonly

0 comments on commit a30def8

Please sign in to comment.