Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Oct 12, 2024
1 parent d801d5f commit c8c5fd6
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 = 124
versionName = "6.4.0"
versionCode = 125
versionName = "6.5.0"
testInstrumentationRunner = "com.kylecorry.trail_sense.test_utils.HiltTestRunner"
}
signingConfigs {
Expand Down

0 comments on commit c8c5fd6

Please sign in to comment.