Skip to content

Commit

Permalink
Cleanup build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Nov 28, 2015
1 parent 0b6e915 commit d554993
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
12 changes: 2 additions & 10 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,14 @@ android {
applicationId "com.termux.api"
minSdkVersion 21
targetSdkVersion 22
}

signingConfigs {
release {
storeFile new File((String) RELEASE_STORE_FILE) //noinspection GroovyAssignabilityCheck
storePassword RELEASE_STORE_PASSWORD //noinspection GroovyAssignabilityCheck
keyAlias RELEASE_KEY_ALIAS //noinspection GroovyAssignabilityCheck
keyPassword RELEASE_KEY_PASSWORD //noinspection GroovyAssignabilityCheck
}
versionCode 6
versionName "0.6"
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
signingConfig signingConfigs.release //noinspection GroovyAssignabilityCheck
}
}
}
4 changes: 1 addition & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.termux.api"
android:sharedUserId="com.termux"
android:versionCode="5"
android:versionName="0.5" >
android:sharedUserId="com.termux">

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

Expand Down

0 comments on commit d554993

Please sign in to comment.