Skip to content

Commit

Permalink
Fixed Versioning System of the App and implemented correct Version
Browse files Browse the repository at this point in the history
  • Loading branch information
ritwikshanker committed Oct 13, 2021
1 parent 096f912 commit dc88fd0
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 @@ -20,8 +20,8 @@ android {
applicationId "com.gocoronago.tracker"
minSdkVersion 19
targetSdkVersion 31
versionCode 4
versionName "4.1"
versionCode 40200
versionName "4.2.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit dc88fd0

Please sign in to comment.