Skip to content

Commit

Permalink
[Gradle] Increase app version
Browse files Browse the repository at this point in the history
Upgrade app version to 4.0.5.9
  • Loading branch information
AndreAle94 committed Jan 12, 2021
1 parent eb2a215 commit b7fcd03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ android {
applicationId "com.oriondev.moneywallet"
minSdkVersion 21
targetSdkVersion 29
versionCode 73
versionName "4.0.5.8"
versionCode 74
versionName "4.0.5.9"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments clearPackageData: 'true'
multiDexEnabled true
Expand Down

0 comments on commit b7fcd03

Please sign in to comment.