Skip to content

Commit

Permalink
changed version name/code
Browse files Browse the repository at this point in the history
  • Loading branch information
dnldsht committed Sep 25, 2016
1 parent 69083b1 commit ef8d4b5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apply plugin: 'com.android.application'
apply plugin: "com.gladed.androidgitversion"

repositories {
jcenter()
Expand All @@ -16,8 +15,8 @@ android {
applicationId "org.horaapps.leafpic"
minSdkVersion 19
targetSdkVersion 24
versionName androidGitVersion.name()
versionCode androidGitVersion.code()
versionName "v0.5.8"
versionCode 11
}

lintOptions {
Expand All @@ -37,7 +36,7 @@ android {

buildTypes {
release {
minifyEnabled false
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
resValue "string", "app_name", "LeafPic"
}
Expand Down

0 comments on commit ef8d4b5

Please sign in to comment.