mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 12:21:15 +00:00
Disabled proguard obfuscation.
This commit is contained in:
parent
e2e10a8794
commit
df68fe66c1
1 changed files with 5 additions and 0 deletions
|
@ -2,7 +2,12 @@
|
|||
-keep class !android.support.v7.internal.view.menu.MenuBuilder, !android.support.v7.internal.view.menu.SubMenuBuilder, android.support.v7.** { *; }
|
||||
-keep interface android.support.v7.** { *; }
|
||||
-keep class android.support.v7.widget.ShareActionProvider { *; }
|
||||
|
||||
# Enable reflective access to mX509Certificate
|
||||
-keepclassmembers class android.net.http.SslCertificate {
|
||||
private final X509Certificate mX509Certificate;
|
||||
}
|
||||
|
||||
# Disable code obfuscation.(http://stackoverflow.com/a/13877518)
|
||||
-dontobfuscate
|
||||
-optimizations !code/simplification/arithmetic,!field/*,!class/merging/*,!code/allocation/variable
|
||||
|
|
Loading…
Reference in a new issue