We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 669fe3f commit 90f8481Copy full SHA for 90f8481
app/build.gradle
@@ -15,8 +15,8 @@ android {
15
applicationId "co.appreactor.news"
16
minSdkVersion 26
17
targetSdkVersion 31
18
- versionCode 15
19
- versionName "0.2.9"
+ versionCode 16
+ versionName "0.3.0"
20
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
21
22
setProperty("archivesBaseName", "news-$versionName")
app/src/main/java/common/App.kt
@@ -93,7 +93,7 @@ class App : Application() {
93
}
94
95
companion object {
96
- const val DB_FILE_NAME = "news.db"
+ const val DB_FILE_NAME = "news-v2.db"
97
98
private const val SYNC_WORK_NAME = "sync"
99
0 commit comments