mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-02 22:28:52 +00:00
Android: Remove duplicate proguard rule
This commit is contained in:
parent
23d74816a2
commit
89c6a4e8f9
1 changed files with 0 additions and 5 deletions
5
src/pandroid/app/proguard-rules.pro
vendored
5
src/pandroid/app/proguard-rules.pro
vendored
|
@ -12,11 +12,6 @@
|
||||||
native <methods>;
|
native <methods>;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Keep all native libraries and their methods
|
|
||||||
-keep class * {
|
|
||||||
native <methods>;
|
|
||||||
}
|
|
||||||
|
|
||||||
# Keep all classes in the specified package and its subpackages
|
# Keep all classes in the specified package and its subpackages
|
||||||
-keep class com.panda3ds.pandroid.** {*;}
|
-keep class com.panda3ds.pandroid.** {*;}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue