Co-Authored-By: Eric Ahn <w@chill.dev> Co-Authored-By: inotia00 <108592928+inotia00@users.noreply.github.com>
20 lines
353 B
Prolog
20 lines
353 B
Prolog
-dontobfuscate
|
|
-dontoptimize
|
|
-keepattributes *
|
|
-keep class app.morphe.** {
|
|
*;
|
|
}
|
|
-keep class com.aurora.** {
|
|
*;
|
|
}
|
|
-keep class com.dragons.** {
|
|
*;
|
|
}
|
|
-keep class com.eclipsesource.v8.** {
|
|
*;
|
|
}
|
|
|
|
## Rules for OkHttp. Copy pasted from https://github.com/square/okhttp
|
|
-dontwarn okhttp3.**
|
|
-dontwarn okio.**
|
|
-dontwarn javax.lang.model.element.Modifier
|