IT RUNS! WITH PROGUARD! just need to fix mobf still
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 3m18s

This commit is contained in:
Daniella / Tove 2024-06-10 07:16:40 +02:00
parent 97c8035165
commit e84a66e361
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -16,6 +16,8 @@
-ignorewarnings
-overloadaggressively
-keep @interface ** { *; }
# keep things meant to exist in prod
-keep class com.baseband.prod.** { *; }
-keep class com.baseband.client.mixins.** { *; }