mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
pt 1 in reviving the android build (copied from pm 28a1, wish me luck)
This commit is contained in:
parent
efa9662725
commit
d7788a6d6d
4249 changed files with 468189 additions and 0 deletions
11
mobile/android/config/proguard/appcompat-v7-keeps.cfg
Normal file
11
mobile/android/config/proguard/appcompat-v7-keeps.cfg
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Avoid https://code.google.com/p/android/issues/detail?id=187611 and
|
||||
# http://stackoverflow.com/q/32813894 when building with Gradle. Why
|
||||
# these aren't defined in appcompat-v7.aar/proguard.txt is beyond me.
|
||||
|
||||
-keep public class android.support.v7.widget.** { *; }
|
||||
-keep public class android.support.v7.internal.widget.** { *; }
|
||||
-keep public class android.support.v7.internal.view.menu.** { *; }
|
||||
|
||||
-keep public class * extends android.support.v4.view.ActionProvider {
|
||||
public <init>(android.content.Context);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue