Skip to content

Commit

Permalink
v2.10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Aug 7, 2020
1 parent 5de1924 commit 9599378
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 = 247
versionName = "2.10.12"
versionCode = 248
versionName = "2.10.13"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions.annotationProcessorOptions.arguments(mapOf(
"room.incremental" to "true",
Expand Down

0 comments on commit 9599378

Please sign in to comment.