mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-25 10:24:31 +01:00
17 lines
491 B
Plaintext
Executable File
17 lines
491 B
Plaintext
Executable File
# Add project specific ProGuard rules here.
|
|
# You can control the set of applied configuration files using the
|
|
# proguardFiles setting in build.gradle.
|
|
#
|
|
# For more details, see
|
|
# http://developer.android.com/guide/developing/tools/proguard.html
|
|
|
|
-keep class com.arthenica.mobileffmpeg.Config {
|
|
native <methods>;
|
|
void log(int, byte[]);
|
|
void statistics(int, float, float, long, int, double, double);
|
|
}
|
|
|
|
-keep class com.arthenica.mobileffmpeg.AbiDetect {
|
|
native <methods>;
|
|
}
|