feat: add external process runtime (#1799)

This commit is contained in:
Ax333l
2024-03-29 16:00:52 +01:00
committed by oSumAtrIX
parent 666deda0b5
commit 424fe25dfb
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.**