8000 Not only keep public classes, but all of them · dw3/android-database-sqlcipher@5d80436 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d80436

Browse files
committed
Not only keep public classes, but all of them
This fixes sqlcipher#164 when using the ProGuard version that ships with the Android Gradle plugin.
1 parent f19ceb0 commit 5d80436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proguard-project.txt

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

56-
-keep public class net.sqlcipher.** {
56+
-keep class net.sqlcipher.** {
5757
*;
5858
}

0 commit comments

Comments
 (0)
0