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

View file

@ -7,8 +7,8 @@
native <methods>;
}
# Keep all classes with native methods
-keepclasseswithmembernames class * {
# Keep all native libraries and their methods
-keep class * {
native <methods>;
}