Skip to content

Commit

Permalink
v2.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Jul 17, 2020
1 parent a90df1b commit f56b177
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 = 241
versionName = "2.10.6"
versionCode = 242
versionName = "2.10.7"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions.annotationProcessorOptions.arguments(mapOf(
"room.incremental" to "true",
Expand Down

0 comments on commit f56b177

Please sign in to comment.