We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69083b1 commit ef8d4b5Copy full SHA for ef8d4b5
app/build.gradle
@@ -1,5 +1,4 @@
1
apply plugin: 'com.android.application'
2
-apply plugin: "com.gladed.androidgitversion"
3
4
repositories {
5
jcenter()
@@ -16,8 +15,8 @@ android {
16
15
applicationId "org.horaapps.leafpic"
17
minSdkVersion 19
18
targetSdkVersion 24
19
- versionName androidGitVersion.name()
20
- versionCode androidGitVersion.code()
+ versionName "v0.5.8"
+ versionCode 11
21
}
22
23
lintOptions {
@@ -37,7 +36,7 @@ android {
37
36
38
buildTypes {
39
release {
40
- minifyEnabled false
+ minifyEnabled true
41
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
42
resValue "string", "app_name", "LeafPic"
43
0 commit comments