We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a9d4e commit 6980f6eCopy full SHA for 6980f6e
MPChartLib/build.gradle
@@ -25,16 +25,15 @@ android {
25
// https://issuetracker.google.com/issues/158695880
26
buildConfigField 'String', 'VERSION_NAME', "\"${getTag()}\""
27
28
- consumerProguardFiles 'proguard-project.txt'
+ consumerProguardFiles 'proguard-lib.pro'
29
}
30
compileOptions {
31
sourceCompatibility JavaVersion.VERSION_17
32
targetCompatibility JavaVersion.VERSION_17
33
34
buildTypes {
35
release {
36
- minifyEnabled false
37
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
+ minifyEnabled true
38
39
40
buildFeatures {
MPChartLib/proguard-project.txt renamed to MPChartLib/proguard-lib.pro
@@ -4,4 +4,4 @@
4
-keep class com.github.mikephil.charting.** { *; }
5
-keep public class com.github.mikephil.charting.animation.* {
6
public protected *;
7
-}
+}
0 commit comments