keep btools classes in proguard
This commit is contained in:
parent
6c69e9cea4
commit
77e9bd316b
1 changed files with 8 additions and 0 deletions
8
brouter-routing-app/proguard-rules.pro
vendored
8
brouter-routing-app/proguard-rules.pro
vendored
|
@ -19,3 +19,11 @@
|
||||||
# If you keep the line number information, uncomment this to
|
# If you keep the line number information, uncomment this to
|
||||||
# hide the original source file name.
|
# hide the original source file name.
|
||||||
#-renamesourcefileattribute SourceFile
|
#-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.** { *; }
|
||||||
|
|
Loading…
Reference in a new issue