Remove old support lib proguard rules

AndroidX ships proguard rules that are automatically used
This commit is contained in:
Dominik Schürmann 2020-07-01 23:22:15 +02:00
parent 22c98036c1
commit 64e1ec12b9
1 changed files with 0 additions and 11 deletions

View File

@ -33,17 +33,6 @@
public *;
}
# Samsung Android 4.2 bug
# https://code.google.com/p/android/issues/detail?id=78377
-keepnames class !android.support.v7.internal.view.menu.**, ** {*;}
-keep public class android.support.v7.widget.** {*;}
-keep public class android.support.v7.internal.widget.** {*;}
-keep public class * extends android.support.v4.view.ActionProvider {
public <init>(android.content.Context);
}
# The rxjava library depends on sun.misc.Unsafe, which is unavailable on Android
# The rxjava team is aware of this, and mention in the docs that they only use
# the unsafe functionality if the platform supports it.