Skip to content

Commit

Permalink
v2.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Apr 14, 2023
1 parent 41e524f commit 1f0a137
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 = 1001
versionName = "2.16.1"
versionCode = 1002
versionName = "2.16.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions.annotationProcessorOptions.arguments.apply {
put("room.expandProjection", "true")
Expand Down

0 comments on commit 1f0a137

Please sign in to comment.