Co-Authored-By: Eric Ahn <w@chill.dev> Co-Authored-By: inotia00 <108592928+inotia00@users.noreply.github.com>
20 lines
471 B
Prolog
20 lines
471 B
Prolog
## Combined all the proguard-rules.pro into this one file, because I kept running into issues with
|
|
## the separate ones.
|
|
-dontobfuscate
|
|
-dontoptimize
|
|
-keepattributes *
|
|
-keep class app.morphe.** {
|
|
*;
|
|
}
|
|
-keep class com.aurora.** {
|
|
*;
|
|
}
|
|
-keep class com.dragons.** {
|
|
*;
|
|
}
|
|
|
|
## Rules for OkHttp. Copy pasted from https://github.com/square/okhttp
|
|
-dontwarn okhttp3.**
|
|
-dontwarn okio.**
|
|
-dontwarn java.lang.reflect.AnnotatedType
|
|
-dontwarn javax.lang.model.element.Modifier
|