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/dictionary.txt | 9 +++++++++ app/proguard-rules.pro | 24 +++--------------------- 2 files changed, 12 insertions(+), 21 deletions(-) create mode 100644 app/dictionary.txt (limited to 'app') diff --git a/app/dictionary.txt b/app/dictionary.txt new file mode 100644 index 0000000..59fc04a --- /dev/null +++ b/app/dictionary.txt @@ -0,0 +1,9 @@ +o +oo +ooo +oooo +ooooo +oooooo +ooooooo +oooooooo +ooooooooo \ No newline at end of file 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