Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bubelov committed Oct 17, 2022
1 parent b5162f9 commit a1522ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId = "org.btcmap"
minSdk = 27
targetSdk = 33
versionCode = 24
versionName = "0.4.9"
versionCode = 25
versionName = "0.4.10"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/kotlin/db/Db.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fun database(context: Context): Database {
val driver = AndroidSqliteDriver(
schema = Database.Schema,
context = context,
name = "btcmap-v17.db",
name = "btcmap-v18.db",
factory = RequerySQLiteOpenHelperFactory(),
)

Expand Down

0 comments on commit a1522ec

Please sign in to comment.