Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
#633 progaurd updates per user feedback
  • Loading branch information
spyhunter99 committed Jul 29, 2017
1 parent 0ebc8db commit 53d8a2a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions proguard_openmap.txt
Expand Up @@ -178,3 +178,7 @@
#-keep class sun.misc.** {*;}
#-keep class javax.lang.model.element.** {*;}
#-keep class java.beans.** {*;}


# https://github.com/osmdroid/osmdroid/issues/633 SDK version 26
-dontwarn org.osmdroid.tileprovider.modules.NetworkAvailabliltyCheck
5 changes: 4 additions & 1 deletion proguard_osm.txt
Expand Up @@ -42,4 +42,7 @@

-keep class microsoft.mappoint.** {*;}
-keep class org.osmdroid.** {*;}
-keep class org.metalev.multitouch.controller.** {*;}
-keep class org.metalev.multitouch.controller.** {*;}

# https://github.com/osmdroid/osmdroid/issues/633 SDK version 26
-dontwarn org.osmdroid.tileprovider.modules.NetworkAvailabliltyCheck

0 comments on commit 53d8a2a

Please sign in to comment.