Android: Remove duplicate proguard rule

This commit is contained in:
wheremyfoodat 2024-02-21 11:17:55 +02:00 committed by GitHub
parent 23d74816a2
commit 89c6a4e8f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.** {*;}