Skip to content

Commit fd6801a

Browse files
Add SQLiteUpdateHook to proguard-rules (#206)
Without this, commit hooks don't always trigger.
1 parent bbef1ec commit fd6801a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlite-android/proguard-rules.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
-keep public class io.requery.android.database.sqlite.SQLiteDatabase { *; }
1212
-keep public class io.requery.android.database.sqlite.SQLiteOpenHelper { *; }
1313
-keep public class io.requery.android.database.sqlite.SQLiteStatement { *; }
14+
-keep public class io.requery.android.database.sqlite.SQLiteUpdateHook { *; }
1415
-keep public class io.requery.android.database.CursorWindow { *; }
1516
-keepattributes Exceptions,InnerClasses

0 commit comments

Comments
 (0)