Merge pull request #19807 from PatriceJiang/lua_fix_proguard

[lua-tests] update proguard configuration
This commit is contained in:
minggo 2019-06-06 03:31:51 -07:00 committed by GitHub
commit b3f7f8922c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@
-keep class org.apache.http.** { *; }
-dontwarn org.apache.http.**
-keep public class com.cocos2dx.** { *; }
-dontwarn com.cocos2dx.**
# Proguard Android Webivew for release. uncomment if you are using a webview in cocos2d-x
#-keep public class android.net.http.SslError
#-keep public class android.webkit.WebViewClient