From 100068c5622162d3c3dcd752c0fca565378ac01d Mon Sep 17 00:00:00 2001 From: YuutaW <17158086+Trumeet@users.noreply.github.com> Date: Sun, 24 Feb 2019 13:28:51 -0800 Subject: feat(app): add proguard dictionary Signed-off-by: YuutaW <17158086+Trumeet@users.noreply.github.com> --- app/proguard-rules.pro | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) (limited to 'app/proguard-rules.pro') diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index f1b4245..ecabb0d 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -1,21 +1,3 @@ -# Add project specific ProGuard rules here. -# You can control the set of applied configuration files using the -# proguardFiles setting in build.gradle. -# -# For more details, see -# http://developer.android.com/guide/developing/tools/proguard.html - -# 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 +-obfuscationdictionary dictionary.txt +-classobfuscationdictionary dictionary.txt +-packageobfuscationdictionary dictionary.txt \ No newline at end of file -- cgit v1.2.3