mirror of https://github.com/axmolengine/axmol.git
Merge pull request #19807 from PatriceJiang/lua_fix_proguard
[lua-tests] update proguard configuration
This commit is contained in:
commit
b3f7f8922c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue