Skip to content

Commit

Permalink
v2.11.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Jun 18, 2021
1 parent 681b234 commit 7e5d527
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 @@ -24,8 +24,8 @@ android {
minSdk = 21
this.targetSdk = targetSdk
resourceConfigurations.addAll(arrayOf("it", "ru", "zh-rCN", "zh-rTW"))
versionCode = 261
versionName = "2.11.8"
versionCode = 262
versionName = "2.11.9"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions.annotationProcessorOptions.arguments.apply {
put("room.expandProjection", "true")
Expand Down

0 comments on commit 7e5d527

Please sign in to comment.