diff options
Diffstat (limited to 'proguard.flags')
-rw-r--r-- | proguard.flags | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/proguard.flags b/proguard.flags index fb145aa..5d72ef3 100644 --- a/proguard.flags +++ b/proguard.flags @@ -3,4 +3,6 @@ public void nextScreen(android.view.View); } --keep class com.android.launcher2.AllApps3D.Defines +-keep class com.android.launcher2.AllApps3D$Defines { + *; +} |