File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,7 @@ android {
29
29
release {
30
30
minifyEnabled true
31
31
shrinkResources true
32
- // TODO: (2021-07-04): proguard-android-optimize.txt removes used resources.
33
- proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
32
+ proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
34
33
}
35
34
}
36
35
Original file line number Diff line number Diff line change 39
39
-keep class xyz.aprildown.timer.domain.entities.BehaviourType { *; }
40
40
-keep class xyz.aprildown.timer.domain.entities.StepType { *; }
41
41
42
- # Okio https://square.github.io/okio/#r8-proguard
43
- # Animal Sniffer compileOnly dependency to ensure APIs are compatible with older versions of Java.
44
- -dontwarn org.codehaus.mojo.animal_sniffer.*
45
-
46
42
# MPAndroidChart https://github.com/PhilJay/MPAndroidChart/issues/348
47
43
-keep public class com.github.mikephil.charting.animation.* {
48
44
public protected *;
49
45
}
50
-
51
- -assumenosideeffects class kotlin.jvm.internal.Intrinsics {
52
- public static void checkParameterIsNotNull(...);
53
- public static void throwUninitializedPropertyAccessException(...);
54
- }
You can’t perform that action at this time.
0 commit comments