Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bubelov committed Nov 11, 2021
1 parent 669fe3f commit 90f8481
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
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "co.appreactor.news"
minSdkVersion 26
targetSdkVersion 31
versionCode 15
versionName "0.2.9"
versionCode 16
versionName "0.3.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

setProperty("archivesBaseName", "news-$versionName")
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/common/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class App : Application() {
}

companion object {
const val DB_FILE_NAME = "news.db"
const val DB_FILE_NAME = "news-v2.db"

private const val SYNC_WORK_NAME = "sync"
}
Expand Down

0 comments on commit 90f8481

Please sign in to comment.