Version bump 4.2.1

This commit is contained in:
2012-07-17 12:56:39 -04:00
parent 0f1449fad2
commit 794adf8a3b
5 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
package="com.TwentyCodes.android.FindMyCarFull" package="com.TwentyCodes.android.FindMyCarFull"
android:installLocation="auto" android:installLocation="auto"
android:versionCode="240" android:versionCode="240"
android:versionName="3cc7415" > android:versionName="4.2.1" >
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

View File

@@ -10,6 +10,6 @@
# Indicates whether an apk should be generated for each density. # Indicates whether an apk should be generated for each density.
split.density=false split.density=false
# Project target. # Project target.
target=Google Inc.:Google APIs:15 target=Google Inc.:Google APIs:16
#proguard.config=proguard.cfg #proguard.config=proguard.cfg
android.library.reference.1=../FindMyCarLib android.library.reference.1=../FindMyCarLib

View File

@@ -9,7 +9,7 @@
android.library=true android.library=true
# Project target. # Project target.
target=Google Inc.:Google APIs:15 target=Google Inc.:Google APIs:16
proguard.config=proguard.cfg proguard.config=proguard.cfg
android.library.reference.1=../../exception_handler_library/ExceptionHandlerLib android.library.reference.1=../../exception_handler_library/ExceptionHandlerLib

View File

@@ -3,7 +3,7 @@
package="com.TwentyCodes.android.FindMyCarLite" package="com.TwentyCodes.android.FindMyCarLite"
android:installLocation="auto" android:installLocation="auto"
android:versionCode="240" android:versionCode="240"
android:versionName="3cc7415" > android:versionName="4.2.1" >
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

View File

@@ -11,5 +11,5 @@
split.density=false split.density=false
android.library.reference.1=../FindMyCarLib/ android.library.reference.1=../FindMyCarLib/
# Project target. # Project target.
target=Google Inc.:Google APIs:15 target=Google Inc.:Google APIs:16
#proguard.config=proguard.cfg #proguard.config=proguard.cfg