Skip to content

Commit

Permalink
v2.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Dec 27, 2022
1 parent 7d9ca8b commit 4d6e0c9
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 @@ -25,8 +25,8 @@ android {
minSdk = 21
targetSdk = 33
resourceConfigurations.addAll(arrayOf("it", "pt-rBR", "ru", "zh-rCN", "zh-rTW"))
versionCode = 303
versionName = "2.15.3"
versionCode = 304
versionName = "2.15.4"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions.annotationProcessorOptions.arguments.apply {
put("room.expandProjection", "true")
Expand Down

0 comments on commit 4d6e0c9

Please sign in to comment.