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 Feb 14, 2025
1 parent 6b0e0a9 commit 17ecd8a
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 = 129
versionName = "6.8.0"
versionCode = 130
versionName = "6.9.0"
testInstrumentationRunner = "com.kylecorry.trail_sense.test_utils.HiltTestRunner"
}
signingConfigs {
Expand Down

0 comments on commit 17ecd8a

Please sign in to comment.