Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bubelov committed Mar 4, 2023
1 parent 669a3e0 commit f9d6f31
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 @@ -14,8 +14,8 @@ android {
applicationId = "org.btcmap"
minSdk = 27
targetSdk = 33
versionCode = 41
versionName = "0.6.1"
versionCode = 42
versionName = "0.6.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/kotlin/db/Database.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import io.requery.android.database.sqlite.SQLiteDatabase
import io.requery.android.database.sqlite.SQLiteOpenHelper

fun persistentDatabase(context: Context): SQLiteOpenHelper {
return Database(context, "btcmap-2023-02-05.db")
return Database(context, "btcmap-2023-03-04.db")
}

fun inMemoryDatabase(): SQLiteOpenHelper {
Expand Down

0 comments on commit f9d6f31

Please sign in to comment.