bump mobile version number - this one was (in theory) used for an f-droid.org build - not sure that was released though

will need bumping again for next public release
This commit is contained in:
Jon Atkins 2013-05-03 02:00:26 +01:00
parent 039167051e
commit 6fd100c3fe

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.cradle.iitc_mobile" package="com.cradle.iitc_mobile"
android:versionCode="13" android:versionCode="14"
android:versionName="0.3.2" > android:versionName="0.3.2.1" >
<uses-sdk <uses-sdk
android:minSdkVersion="14" android:minSdkVersion="14"