File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,15 @@ android {
25
25
// https://issuetracker.google.com/issues/158695880
26
26
buildConfigField ' String' , ' VERSION_NAME' , " \" ${ getTag()} \" "
27
27
28
- consumerProguardFiles ' proguard-project.txt '
28
+ consumerProguardFiles ' proguard-lib.pro '
29
29
}
30
30
compileOptions {
31
31
sourceCompatibility JavaVersion . VERSION_17
32
32
targetCompatibility JavaVersion . VERSION_17
33
33
}
34
34
buildTypes {
35
35
release {
36
- minifyEnabled false
37
- proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
36
+ minifyEnabled true
38
37
}
39
38
}
40
39
buildFeatures {
Original file line number Diff line number Diff line change 4
4
-keep class com.github.mikephil.charting.** { *; }
5
5
-keep public class com.github.mikephil.charting.animation.* {
6
6
public protected *;
7
- }
7
+ }
You can’t perform that action at this time.
0 commit comments