Skip to content

Commit

Permalink
Fixed versionCode and versionName
Browse files Browse the repository at this point in the history
  • Loading branch information
brodeurlv committed Aug 20, 2021
1 parent 7c261b1 commit dd029d3
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 @@ -8,8 +8,8 @@ android {
applicationId "com.easyfitness"
minSdkVersion 21
targetSdkVersion 30
versionCode 58
versionName "0.20.1"
versionCode 59
versionName "0.20.2"
vectorDrawables.useSupportLibrary true
}

Expand Down

0 comments on commit dd029d3

Please sign in to comment.