This commit is contained in:
greenart7c3 2024-06-24 08:33:57 -03:00
parent 6eb0f153fa
commit f08a41d7a5
No known key found for this signature in database
GPG Key ID: 885822EED3A26A6D
2 changed files with 4 additions and 1 deletions

View File

@ -18,4 +18,6 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile
-keep class com.vitorpamplona.ammolite.service.** { *; }

View File

@ -63,3 +63,4 @@
-keep class com.vitorpamplona.quartz.events.** { *; }
-keep class com.vitorpamplona.amethyst.model.** { *; }
-keep class com.vitorpamplona.amethyst.service.** { *; }
-keep class com.vitorpamplona.ammolite.service.** { *; }