Skip to content

Commit

Permalink
v2.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed May 26, 2023
1 parent 591ef70 commit 5cc5c5d
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 @@ -28,8 +28,8 @@ android {
minSdk = 28
targetSdk = 33
resourceConfigurations.addAll(arrayOf("it", "pt-rBR", "ru", "zh-rCN", "zh-rTW"))
versionCode = 1003
versionName = "2.16.3"
versionCode = 1004
versionName = "2.16.4"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions.annotationProcessorOptions.arguments.apply {
put("room.expandProjection", "true")
Expand Down

0 comments on commit 5cc5c5d

Please sign in to comment.