Fix crash happens due to Pro Guard (#641)

* fix: crash because of cipher

* fix: gitignore
This commit is contained in:
Yogesh Choudhary Paliyal
2023-07-29 13:21:07 +05:30
committed by GitHub
parent 6f3f832680
commit aae0f897f6
2 changed files with 14 additions and 2 deletions
+2 -1
View File
@@ -1 +1,2 @@
/build
/build
/production
+12 -1
View File
@@ -18,4 +18,15 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile
-keepnames class * extends javax.crypto.SecretKey
-keepclassmembers class * extends javax.crypto.SecretKey {
<fields>;
}
-keep class java.security.SecureRandom {
public void setSeed(byte[]);
}
-keep class net.sqlcipher.** {*;}