Skip to content

Commit ef1ce4b

Browse files
authored
Hotfix 1.0.2
1 parent 5a185d5 commit ef1ce4b

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/de/tum/informatics/www1/artemis/native_app/android/db

1 file changed

+1
-1
lines changed

app/src/main/java/de/tum/informatics/www1/artemis/native_app/android/db/AppDatabase.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import de.tum.informatics.www1.artemis.native_app.feature.push.communication_not
2929
CommunicationMessageEntity::class
3030
],
3131
exportSchema = true,
32-
version = 9
32+
version = 10,
3333
)
3434
@TypeConverters(RoomTypeConverters::class)
3535
abstract class AppDatabase : RoomDatabase() {

0 commit comments

Comments
 (0)