From efb70c4aff6126973317aa28cbe12822422629f4 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 13 Oct 2019 11:48:34 +0200 Subject: proguard: reenable obfuscation Android bundles let us keep everything together. --- app/proguard-rules.pro | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index b2214466..4e7b3d96 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -1,5 +1,3 @@ # Squelch all warnings, they're harmless but ProGuard # escalates them as errors. -dontwarn sun.misc.Unsafe -# We're OSS anyway and who doesn't love a readable log --dontobfuscate -- cgit v1.2.3-59-g8ed1b