Skip to content

Commit ef8d4b5

Browse files
committed
changed version name/code
1 parent 69083b1 commit ef8d4b5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: app/build.gradle

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
apply plugin: 'com.android.application'
2-
apply plugin: "com.gladed.androidgitversion"
32

43
repositories {
54
jcenter()
@@ -16,8 +15,8 @@ android {
1615
applicationId "org.horaapps.leafpic"
1716
minSdkVersion 19
1817
targetSdkVersion 24
19-
versionName androidGitVersion.name()
20-
versionCode androidGitVersion.code()
18+
versionName "v0.5.8"
19+
versionCode 11
2120
}
2221

2322
lintOptions {
@@ -37,7 +36,7 @@ android {
3736

3837
buildTypes {
3938
release {
40-
minifyEnabled false
39+
minifyEnabled true
4140
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
4241
resValue "string", "app_name", "LeafPic"
4342
}

0 commit comments

Comments
 (0)