8000 Remove the superfluous ProGuard rule for the database package · dw3/android-database-sqlcipher@f19ceb0 · GitHub
[go: up one dir, main page]

Skip to content

Commit f19ceb0

Browse files
committed
Remove the superfluous ProGuard rule for the database package
"net.sqlcipher.**" already matches all classes in "net.sqlcipher" and in its subpackages, see http://proguard.sourceforge.net/manual/usage.html#classspecification
1 parent ccc76b4 commit f19ceb0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

proguard-project.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,3 @@
5656
-keep public class net.sqlcipher.** {
5757
*;
5858
}
59-
60-
-keep public class net.sqlcipher.database.** {
61-
*;
62-
}

0 commit comments

Comments
 (0)
0