Skip to content

Commit

Permalink
v2.10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Aug 12, 2020
1 parent 41aa432 commit 015510d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
minSdkVersion(21)
targetSdkVersion(targetSdk)
resConfigs(listOf("it", "ru", "zh-rCN", "zh-rTW"))
versionCode = 249
versionName = "2.10.14"
versionCode = 250
versionName = "2.10.15"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions.annotationProcessorOptions.arguments(mapOf(
"room.incremental" to "true",
Expand Down

0 comments on commit 015510d

Please sign in to comment.