This commit is contained in:
Mygod
2020-04-23 04:44:26 +08:00
parent c7a28e2f59
commit 05ae75e2bf
3 changed files with 2 additions and 4 deletions

View File

@@ -22,8 +22,8 @@ android {
minSdkVersion(21)
targetSdkVersion(29)
resConfigs(listOf("it", "ru", "zh-rCN", "zh-rTW"))
versionCode = 222
versionName = "2.8.1"
versionCode = 223
versionName = "2.9.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions.annotationProcessorOptions.arguments = mapOf(
"room.incremental" to "true",