From 64e1ec12b9da2869a8d13605f458881eae237eb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Wed, 1 Jul 2020 23:22:15 +0200 Subject: [PATCH] Remove old support lib proguard rules AndroidX ships proguard rules that are automatically used --- app/proguard-rules.pro | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 4e8e47767..f20d85241 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -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 (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.