summaryrefslogtreecommitdiff
path: root/libs/documents/proguard-rules.pro
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2024-09-10 23:46:21 +0200
committerJoel Klinghed <the_jk@spawned.biz>2024-09-10 23:50:27 +0200
commit994672608db65a68b3ba3db8fa37bb613de89c20 (patch)
tree4873d7177a7949f7e1501e9494e2897e2da35d03 /libs/documents/proguard-rules.pro
parent3e1b734cd804dbdb8bff8bbdc944a0fd141bed75 (diff)
Add libs:documents
Reads the abomination that is SAF, or Androids best effort to make files and directories completely and utterly unusable on Android. The androidTest was (and is) a pain, only known to work on a Pixel3 API 34 emulator but it showed a lot of things that the fake content provider in the unit tests failed to show.
Diffstat (limited to 'libs/documents/proguard-rules.pro')
-rw-r--r--libs/documents/proguard-rules.pro21
1 files changed, 21 insertions, 0 deletions
diff --git a/libs/documents/proguard-rules.pro b/libs/documents/proguard-rules.pro
new file mode 100644
index 0000000..481bb43
--- /dev/null
+++ b/libs/documents/proguard-rules.pro
@@ -0,0 +1,21 @@
+# 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 \ No newline at end of file