Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Aug 24, 2024
1 parent 5fcee4e commit 70c3ee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId = "com.kylecorry.trail_sense"
minSdk = 23
targetSdk = 35
versionCode = 122
versionName = "6.2.1"
versionCode = 123
versionName = "6.3.0"
testInstrumentationRunner = "com.kylecorry.trail_sense.test_utils.HiltTestRunner"
}
signingConfigs {
Expand Down

0 comments on commit 70c3ee9

Please sign in to comment.