diff --git a/Client/proguard/proguard.cfg b/Client/proguard/proguard.cfg index 39229a7..e2f805f 100644 --- a/Client/proguard/proguard.cfg +++ b/Client/proguard/proguard.cfg @@ -1,5 +1,4 @@ - -target 1.8 -forceprocessing #-allowaccessmodification @@ -19,7 +18,7 @@ # keep things meant to exist in prod -keep class de.com.baseband.prod.** { *; } -keep class de.com.baseband.client.mixin.** { *; } --keep class de.com.baseband.launcher.DevStub { +-keep class de.com.baseband.client.DevStub { public ; } -keep class de.com.baseband.launcher.Tweaker {