Skip to content

Commit

Permalink
v2.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Jul 22, 2022
1 parent 6a88309 commit 4d5c221
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 @@ -26,8 +26,8 @@ android {
@android.annotation.SuppressLint("ExpiredTargetSdkVersion")
targetSdk = 29
resourceConfigurations.addAll(arrayOf("it", "ru", "zh-rCN", "zh-rTW"))
versionCode = 300
versionName = "2.15.0"
versionCode = 301
versionName = "2.15.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions.annotationProcessorOptions.arguments.apply {
put("room.expandProjection", "true")
Expand Down

0 comments on commit 4d5c221

Please sign in to comment.