Skip to content

Commit

Permalink
Update mobile version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nikbulavin committed Nov 15, 2024
1 parent c088bfa commit cbe7e97
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 @@ -13,8 +13,8 @@ plugins {
android {
defaultConfig {
applicationId = "ru.resodostudios.cashsense"
versionCode = 28
versionName = "1.1.1"
versionCode = 29
versionName = "1.1.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit cbe7e97

Please sign in to comment.