We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb121b commit 7716bd9Copy full SHA for 7716bd9
src/android/AckDatabase.java
@@ -8,7 +8,7 @@
8
import androidx.room.TypeConverters;
9
import androidx.work.Data;
10
11
-@Database(entities = {UploadEvent.class}, version = 3)
+@Database(entities = {UploadEvent.class}, version = 5)
12
@TypeConverters(value = {Data.class})
13
public abstract class AckDatabase extends RoomDatabase {
14
private static AckDatabase instance;
0 commit comments