mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 12:04:58 +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>;
|
||||
}
|
||||
|
||||
# Keep all native libraries and their methods
|
||||
-keep class * {
|
||||
native <methods>;
|
||||
}
|
||||
|
||||
# Keep all classes in the specified package and its subpackages
|
||||
-keep class com.panda3ds.pandroid.** {*;}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue