mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-05-02 19:39:44 -05:00
Fix crash happens due to Pro Guard (#641)
* fix: crash because of cipher * fix: gitignore
This commit is contained in:
committed by
GitHub
parent
6f3f832680
commit
aae0f897f6
+2
-1
@@ -1 +1,2 @@
|
||||
/build
|
||||
/build
|
||||
/production
|
||||
Vendored
+12
-1
@@ -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.** {*;}
|
||||
|
||||
Reference in New Issue
Block a user