andea_revanced-patches/extensions/proguard-rules.pro
Aaron Veil 33fdf51520 feat(YouTube): Add Reload video patch & reduce patches bundle size
Co-Authored-By: Eric Ahn <w@chill.dev>
Co-Authored-By: inotia00 <108592928+inotia00@users.noreply.github.com>
2026-03-24 19:47:19 +03:00

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