Skip to content

Commit 6336dfb

Browse files
Merge pull request #181 from sschuberth/master
Remove the superfluous ProGuard rule for the database package
2 parents ccc76b4 + 5d80436 commit 6336dfb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

proguard-project.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@
5353
public static <fields>;
5454
}
5555

56-
-keep public class net.sqlcipher.** {
57-
*;
58-
}
59-
60-
-keep public class net.sqlcipher.database.** {
56+
-keep class net.sqlcipher.** {
6157
*;
6258
}

0 commit comments

Comments
 (0)