mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2024-12-27 09:16:26 +01:00
adding a couple proguard rules
This commit is contained in:
parent
b08e62ff66
commit
6c0ec3d837
4
app/proguard-rules.pro
vendored
4
app/proguard-rules.pro
vendored
@ -15,3 +15,7 @@
|
||||
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
||||
# public *;
|
||||
#}
|
||||
-dontnote android.net.http.*
|
||||
-dontnote org.apache.http.**
|
||||
-keep class com.simplemobiletools.** { *; }
|
||||
-dontwarn com.simplemobiletools.**
|
||||
|
Loading…
Reference in New Issue
Block a user