Skip to content

Commit

Permalink
release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivzb committed Feb 23, 2020
1 parent d51e225 commit 7306569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ android {
buildTypes {
release {
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

buildscript {
ext {
versionName = '1.1.0'
versionCode = 2020_02_22
versionName = '1.2.0'
versionCode = 2020_02_23

compileSdkVersion = 29
minSdkVersion = 21
Expand Down

0 comments on commit 7306569

Please sign in to comment.