From df68fe66c10ad245456c46940621935c23de004c Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Mon, 15 Jun 2015 16:56:52 +0200 Subject: [PATCH] Disabled proguard obfuscation. --- proguard-android.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/proguard-android.txt b/proguard-android.txt index 3c1a0bdf..ba369892 100644 --- a/proguard-android.txt +++ b/proguard-android.txt @@ -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