Skip to content

Commit

Permalink
[DEV][ali.yuce][proguard update.]
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuce committed May 31, 2020
1 parent 9b5e736 commit abafd88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentscanner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 29
versionCode 5
versionName "1.5.1"
versionCode 6
versionName "1.5.2"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

}

buildTypes {
release {
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
Expand Down

0 comments on commit abafd88

Please sign in to comment.