summaryrefslogtreecommitdiffhomepage
path: root/app/proguard-rules.pro
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-06-04 07:15:22 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-06-04 07:16:10 +0200
commit4cad06b7ce2e6a2cc4c6bf2d9333133f14060279 (patch)
treed8af0253a0dadce0c1f55121e09887c5bf3d3537 /app/proguard-rules.pro
parentc4e32328fc44b79fd45a2634180a1789a35297de (diff)
app: disable proguard
It's mostly a hindrance to debugging. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/proguard-rules.pro')
-rw-r--r--app/proguard-rules.pro26
1 files changed, 0 insertions, 26 deletions
diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro
deleted file mode 100644
index 9ac8f51f..00000000
--- a/app/proguard-rules.pro
+++ /dev/null
@@ -1,26 +0,0 @@
-# Add project specific ProGuard rules here.
-# By default, the flags in this file are appended to flags specified
-# in /opt/android-sdk/tools/proguard/proguard-android.txt
-# You can edit the include path and order by changing the proguardFiles
-# directive in build.gradle.
-#
-# For more details, see
-# http://developer.android.com/guide/developing/tools/proguard.html
-
-# Add any project specific keep options here:
-
-# If your project uses WebView with JS, uncomment the following
-# and specify the fully qualified class name to the JavaScript interface
-# class:
-#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
-# public *;
-#}
-
-# Uncomment this to preserve the line number information for
-# debugging stack traces.
-#-keepattributes SourceFile,LineNumberTable
-
-# If you keep the line number information, uncomment this to
-# hide the original source file name.
-#-renamesourcefileattribute SourceFile
--dontwarn sun.misc.Unsafe