keep btools classes in proguard

This commit is contained in:
afischerdev 2024-06-20 11:08:08 +02:00
parent 6c69e9cea4
commit 77e9bd316b

View file

@ -19,3 +19,11 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-keep class btools.codec.** { *; }
-keep class btools.router.** { *; }
-keep class btools.expressions.** { *; }
-keep class btools.mapaccess.** { *; }
-keep class btools.server.** { *; }
-keep class btools.util.** { *; }
-keep class btools.routingapp.** { *; }