mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-02-18 12:50:35 +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 {
|
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
||||||
# public *;
|
# public *;
|
||||||
#}
|
#}
|
||||||
|
-dontnote android.net.http.*
|
||||||
|
-dontnote org.apache.http.**
|
||||||
|
-keep class com.simplemobiletools.** { *; }
|
||||||
|
-dontwarn com.simplemobiletools.**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user