Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
davkutalek committed Nov 17, 2023
1 parent bd93697 commit 6fff17a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ configurations.all {
}

group = "com.hover"
version = "1.19.6"
version = "1.19.11"

android {

Expand All @@ -53,7 +53,7 @@ android {
applicationId = "com.hover.stax"
minSdk = 21
targetSdk = 33
versionCode = 216
versionCode = 221
versionName = project.version.toString()
vectorDrawables.useSupportLibrary = true
multiDexEnabled = true
Expand Down
1 change: 1 addition & 0 deletions app/src/main/java/com/hover/stax/database/AppDatabase.kt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ abstract class AppDatabase : RoomDatabase() {
AppDatabase::class.java,
"stax.db"
)
.enableMultiInstanceInvalidation()
.setJournalMode(JournalMode.WRITE_AHEAD_LOGGING)
.addMigrations(
Migrations.M23_24,
Expand Down

0 comments on commit 6fff17a

Please sign in to comment.