summaryrefslogtreecommitdiffstats
path: root/colorPicker/proguard-rules.pro
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2023-03-24 15:13:24 +0100
committerThomas <tschneider.ac@gmail.com>2023-03-24 15:13:24 +0100
commit8ffd5b3a196c53b4b8b9424426420023afd57a06 (patch)
treeef7bd8668f183276a116a46214211f7307abe1e6 /colorPicker/proguard-rules.pro
parent4a8d20ed6b82bb086675008e5192c0bdd96f2994 (diff)
some changes
Diffstat (limited to 'colorPicker/proguard-rules.pro')
-rw-r--r--colorPicker/proguard-rules.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/colorPicker/proguard-rules.pro b/colorPicker/proguard-rules.pro
new file mode 100644
index 000000000..677edc8f4
--- /dev/null
+++ b/colorPicker/proguard-rules.pro
@@ -0,0 +1,17 @@
+# Add project specific ProGuard rules here.
+# By default, the flags in this file are appended to flags specified
+# in C:\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 *;
+#}