summaryrefslogtreecommitdiff
path: root/feature/preview/proguard-rules.pro
diff options
context:
space:
mode:
authorInna Palant <ipalant@google.com>2024-01-22 21:46:11 +0000
committerInna Palant <ipalant@google.com>2024-01-22 21:46:11 +0000
commit1280ae1bb0718dbd855c28e9065fe71d448dd057 (patch)
tree50ff5afdf8d00fefa49e04d8723f46f77d2d85fc /feature/preview/proguard-rules.pro
parentfd636b5f9e1a1755bc14dd6e6cc7b6d7f7f58700 (diff)
parent368572b731459ece3fb9d70eb11198ea92bc0870 (diff)
downloadjetpack-camera-app-1280ae1bb0718dbd855c28e9065fe71d448dd057.tar.gz
Merge remote-tracking branch 'origin/upstream'
Import b/309514655
Diffstat (limited to 'feature/preview/proguard-rules.pro')
-rw-r--r--feature/preview/proguard-rules.pro21
1 files changed, 21 insertions, 0 deletions
diff --git a/feature/preview/proguard-rules.pro b/feature/preview/proguard-rules.pro
new file mode 100644
index 0000000..ff59496
--- /dev/null
+++ b/feature/preview/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.kts.
+#
+# 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