aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuutaW <17158086+Trumeet@users.noreply.github.com>2019-02-24 13:28:51 -0800
committerYuutaW <17158086+Trumeet@users.noreply.github.com>2019-02-24 13:28:51 -0800
commit100068c5622162d3c3dcd752c0fca565378ac01d (patch)
tree757dd7a233fc00dd69e27af65ac74d02514cca78
parenta08328403be84d85c006f801169a3feed0d956a4 (diff)
downloadWorkMode-100068c5622162d3c3dcd752c0fca565378ac01d.tar
WorkMode-100068c5622162d3c3dcd752c0fca565378ac01d.tar.gz
WorkMode-100068c5622162d3c3dcd752c0fca565378ac01d.tar.bz2
WorkMode-100068c5622162d3c3dcd752c0fca565378ac01d.zip
feat(app): add proguard dictionary
Signed-off-by: YuutaW <17158086+Trumeet@users.noreply.github.com>
-rw-r--r--app/dictionary.txt9
-rw-r--r--app/proguard-rules.pro24
2 files changed, 12 insertions, 21 deletions
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