feat: add external process runtime (#1799)

This commit is contained in:
Ax333l
2024-03-29 16:00:52 +01:00
committed by GitHub
parent 5d7f9d1387
commit ca49d3a465
28 changed files with 922 additions and 186 deletions

View File

@@ -26,6 +26,10 @@
kotlinx.serialization.KSerializer serializer(...);
}
# This required for the process runtime.
-keep class app.revanced.manager.patcher.runtime.process.* {
*;
}
# Required for the patcher to function correctly
-keep class app.revanced.patcher.** {
*;
@@ -45,6 +49,7 @@
-keep class com.android.** {
*;
}
-dontwarn com.google.auto.value.**
-dontwarn java.awt.**
-dontwarn javax.**
-dontwarn org.slf4j.**