OsmAnd/OsmAnd/proguard-project.txt

45 lines
1.2 KiB
Text
Raw Normal View History

2012-12-18 10:46:26 +01:00
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
2015-05-02 01:44:38 +02:00
# Allow obfuscation of android.support.v7.internal.view.menu.**
# to avoid problem on Samsung 4.2.2 devices with appcompat v21
# see https://code.google.com/p/android/issues/detail?id=78377
2015-05-03 12:15:48 +02:00
-keepattributes **
-keep class !android.support.v7.internal.view.menu.**,** {*;}
-keep interface ** { *; }
-keep enum ** { *; }
2015-05-03 11:50:14 +02:00
-dontpreverify
2015-05-03 12:15:48 +02:00
-dontoptimize
-dontshrink
-dontwarn alice.**
2015-05-03 11:50:14 +02:00
-verbose
2015-05-03 01:00:58 +02:00
2015-05-03 12:15:48 +02:00
#-keep class !android.support.v7.internal.view.menu.**,android.support.** {*;}
#-keep class net.osmand.** { *; }
#-keep interface net.osmand.** { *; }
#
#-keep class com.** { *; }
#-keep interface com.** { *; }
#
#-keep class net.** { *; }
#-keep interface net.** { *; }
#
#-keep class gnu.** { *; }
#-keep interface gnu.** { *; }
#
#-keep class org.** { *; }
#-keep interface org.** { *; }
#
#-keep class bsh.** { *; }
#-keep interface bsh.** { *; }
#
#-keep class btools.** { *; }
#-keep interface btools.** { *; }
#
#-keep class alice.** { *; }
#-keep interface alice.** { *; }
#-dontwarn alice.**