Prevent R8 from removing appthemehelper classes

This commit is contained in:
tomaThomas 2024-10-17 22:31:40 +02:00
parent 2bcce6977d
commit 46544e000e
No known key found for this signature in database
GPG key ID: DEE963DC84059108
2 changed files with 2 additions and 33 deletions

View file

@ -19,3 +19,5 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-keep class code.name.monkey.appthemehelper.** { *; }