Skip to content

Commit 5781464

Browse files
committed
Resolve #19 Fix proguard keepclasseswithmembers
1 parent fae68f6 commit 5781464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite-android/proguard-rules.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-keepclasseswithmembers io.requery.android.database.** {
1+
-keepclasseswithmembers class io.requery.android.database.** {
22
native <methods>;
33
public <init>(...);
44
}

0 commit comments

Comments
 (0)