Version bump to 1.5.58.002

Attempt to fix issue where StringUtils methods aren't found
This commit is contained in:
drdev
2016-11-13 16:50:43 +00:00
parent 1afbc9084e
commit 214e3f10e6
3 changed files with 3 additions and 2 deletions

View File

@@ -45,6 +45,7 @@
-keep public class * extends android.preference.Preference
-keep public class com.android.vending.licensing.ILicensingService
-keep public class * extends com.badlogic.gdx.Application
-keep public class org.apache.commons.lang3.StringUtils
-keepclasseswithmembernames class * {
native <methods>;