Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Corry <kylecorry31@gmail.com>
  • Loading branch information
kylecorry31 committed Dec 7, 2024
1 parent b36ad41 commit caf2783
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 = 126
versionName = "6.6.0"
versionCode = 127
versionName = "6.6.1"
testInstrumentationRunner = "com.kylecorry.trail_sense.test_utils.HiltTestRunner"
}
signingConfigs {
Expand Down

0 comments on commit caf2783

Please sign in to comment.