Skip to content

Commit 90f8481

Browse files
committed
Bump version
1 parent 669fe3f commit 90f8481

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId "co.appreactor.news"
1616
minSdkVersion 26
1717
targetSdkVersion 31
18-
versionCode 15
19-
versionName "0.2.9"
18+
versionCode 16
19+
versionName "0.3.0"
2020
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2121

2222
setProperty("archivesBaseName", "news-$versionName")

app/src/main/java/common/App.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class App : Application() {
9393
}
9494

9595
companion object {
96-
const val DB_FILE_NAME = "news.db"
96+
const val DB_FILE_NAME = "news-v2.db"
9797

9898
private const val SYNC_WORK_NAME = "sync"
9999
}

0 commit comments

Comments
 (0)