Bump version to 0.17

Also remove the version attributes from AndroidManifest.xml since
they are generated by the gradle build.
This commit is contained in:
Fredrik Fornwall
2015-10-25 20:13:33 +01:00
parent 10e4ee88a8
commit 241139a5f1
2 changed files with 3 additions and 5 deletions

View File

@@ -14,8 +14,8 @@ android {
applicationId "com.termux" applicationId "com.termux"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 22 targetSdkVersion 22
versionCode 16 versionCode 17
versionName "0.16" versionName "0.17"
} }
signingConfigs { signingConfigs {

View File

@@ -2,9 +2,7 @@
package="com.termux" package="com.termux"
android:installLocation="internalOnly" android:installLocation="internalOnly"
android:sharedUserId="com.termux" android:sharedUserId="com.termux"
android:sharedUserLabel="@string/shared_user_label" android:sharedUserLabel="@string/shared_user_label" >
android:versionCode="16"
android:versionName="0.16" >
<uses-feature android:name="android.hardware.touchscreen" android:required="false" /> <uses-feature android:name="android.hardware.touchscreen" android:required="false" />
<uses-feature android:name="android.software.leanback" android:required="false" /> <uses-feature android:name="android.software.leanback" android:required="false" />