Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Jan 5, 2024
1 parent 11de32d commit 6b50b92
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -16,8 +16,8 @@ android {
applicationId = "com.kylecorry.trail_sense"
minSdk = 23
targetSdk = 34
versionCode = 110
versionName = "5.6.1"
versionCode = 111
versionName = "5.6.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
signingConfigs {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/111.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix crash when opening tools on some devices

0 comments on commit 6b50b92

Please sign in to comment.