aboutsummaryrefslogtreecommitdiff
path: root/passkeys/proguard-rules.pro
diff options
context:
space:
mode:
authorAditya Wasan <adityawasan55@gmail.com>2023-12-31 02:51:49 -0500
committerHarsh Shandilya <me@msfjarvis.dev>2024-05-29 18:51:47 +0530
commiteda8030ad01c4bf097651ce604e2ed5da92bdf13 (patch)
treed6630da353a4c69252e1ecac8a5d9036afa83151 /passkeys/proguard-rules.pro
parentf60c20060db8922c710294396b6a4107b77abdc2 (diff)
init: add passkeys module
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
Diffstat (limited to 'passkeys/proguard-rules.pro')
-rw-r--r--passkeys/proguard-rules.pro21
1 files changed, 21 insertions, 0 deletions
diff --git a/passkeys/proguard-rules.pro b/passkeys/proguard-rules.pro
new file mode 100644
index 00000000..481bb434
--- /dev/null
+++ b/passkeys/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