7 lines
179 B
INI
7 lines
179 B
INI
# Proguard rules specific to the Opus extension.
|
|
|
|
# This prevents the names of native methods from being obfuscated.
|
|
-keepclasseswithmembernames class * {
|
|
native <methods>;
|
|
}
|