Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timrae committed Apr 15, 2017
1 parent 21053c6 commit 62ff143
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply plugin: 'com.android.application'
def homePath = System.properties['user.home']

android {
compileSdkVersion 23
Expand All @@ -8,13 +9,22 @@ android {
applicationId "com.ichi2.apisample"
minSdkVersion 15
targetSdkVersion 23
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.0.1"
}
signingConfigs {
release {
storeFile file("${homePath}/src/android-keystore")
keyAlias "nrkeystorealias"
storePassword "ENTER_PASSWORD"
keyPassword "ENTER_PASSWORD"
}
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release
}
}
}
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 62ff143

Please sign in to comment.