Skip to content

Commit

Permalink
Bump version to 0.17
Browse files Browse the repository at this point in the history
Also remove the version attributes from AndroidManifest.xml since
they are generated by the gradle build.
  • Loading branch information
fornwall committed Oct 25, 2015
1 parent 10e4ee8 commit 241139a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "com.termux"
minSdkVersion 21
targetSdkVersion 22
versionCode 16
versionName "0.16"
versionCode 17
versionName "0.17"
}

signingConfigs {
Expand Down
4 changes: 1 addition & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
package="com.termux"
android:installLocation="internalOnly"
android:sharedUserId="com.termux"
android:sharedUserLabel="@string/shared_user_label"
android:versionCode="16"
android:versionName="0.16" >
android:sharedUserLabel="@string/shared_user_label" >

<uses-feature android:name="android.hardware.touchscreen" android:required="false" />
<uses-feature android:name="android.software.leanback" android:required="false" />
Expand Down

0 comments on commit 241139a

Please sign in to comment.