File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,15 @@ android {
2525 // https://issuetracker.google.com/issues/158695880
2626 buildConfigField ' String' , ' VERSION_NAME' , " \" ${ getTag()} \" "
2727
28- consumerProguardFiles ' proguard-project.txt '
28+ consumerProguardFiles ' proguard-lib.pro '
2929 }
3030 compileOptions {
3131 sourceCompatibility JavaVersion . VERSION_17
3232 targetCompatibility JavaVersion . VERSION_17
3333 }
3434 buildTypes {
3535 release {
36- minifyEnabled false
37- proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
36+ minifyEnabled true
3837 }
3938 }
4039 buildFeatures {
Original file line number Diff line number Diff line change 44-keep class com.github.mikephil.charting.** { *; }
55-keep public class com.github.mikephil.charting.animation.* {
66 public protected *;
7- }
7+ }
You can’t perform that action at this time.
0 commit comments