Skip to content

Commit

Permalink
v2.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Jun 26, 2020
1 parent bcea005 commit cc14f60
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 @@ -26,8 +26,8 @@ android {
minSdkVersion(21)
targetSdkVersion(targetSdk)
resConfigs(listOf("it", "ru", "zh-rCN", "zh-rTW"))
versionCode = 232
versionName = "2.10.2"
versionCode = 237
versionName = "2.10.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions.annotationProcessorOptions.arguments(mapOf(
"room.incremental" to "true",
Expand Down

0 comments on commit cc14f60

Please sign in to comment.