Skip to content

Commit

Permalink
Add proguard rule for SQLiteConnection (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
kierse authored Jan 19, 2023
1 parent ff197c2 commit 801e3ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sqlite-android/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
}
-keepnames class io.requery.android.database.** { *; }
-keep public class io.requery.android.database.sqlite.SQLiteFunction { *; }
-keep public class io.requery.android.database.sqlite.SQLiteConnection { *; }
-keep public class io.requery.android.database.sqlite.SQLiteCustomFunction { *; }
-keep public class io.requery.android.database.sqlite.SQLiteCursor { *; }
-keep public class io.requery.android.database.sqlite.SQLiteDebug** { *; }
Expand Down

0 comments on commit 801e3ea

Please sign in to comment.