Skip to content

Commit

Permalink
v2.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Jul 11, 2021
1 parent 17aa319 commit 556ae9e
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
if (targetSdk == 31) targetSdkPreview = "S" else this.targetSdk = targetSdk
resourceConfigurations.addAll(arrayOf("it", "ru", "zh-rCN", "zh-rTW"))
versionCode = 274
versionName = "2.12.3"
versionCode = 275
versionName = "2.12.4"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions.annotationProcessorOptions.arguments.apply {
put("room.expandProjection", "true")
Expand Down

0 comments on commit 556ae9e

Please sign in to comment.