mirror of
https://github.com/samsonjs/media.git
synced 2026-04-04 11:05:47 +00:00
6 lines
179 B
Text
Executable file
6 lines
179 B
Text
Executable file
# Proguard rules specific to the IAMF extension.
|
|
|
|
# This prevents the names of native methods from being obfuscated.
|
|
-keepclasseswithmembernames class * {
|
|
native <methods>;
|
|
}
|