Skip to content

Commit

Permalink
v2.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Jul 11, 2022
1 parent ab5e83e commit be22c18
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 {
@android.annotation.SuppressLint("ExpiredTargetSdkVersion")
targetSdk = 29
resourceConfigurations.addAll(arrayOf("it", "ru", "zh-rCN", "zh-rTW"))
versionCode = 291
versionName = "2.14.3"
versionCode = 292
versionName = "2.14.4"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions.annotationProcessorOptions.arguments.apply {
put("room.expandProjection", "true")
Expand Down

0 comments on commit be22c18

Please sign in to comment.