Skip to content

Commit

Permalink
Adding proguard rule. Try 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasilis committed Jun 14, 2020
1 parent 2fc44c4 commit fd66bd9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions segmentedbutton/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@ android {
minSdkVersion 23
targetSdkVersion 29
versionCode 1
versionName "1.0"
versionName "4.0.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-rules.pro'
}

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

0 comments on commit fd66bd9

Please sign in to comment.