Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed May 15, 2022
1 parent d53c53a commit d7e201f
Show file tree
Hide file tree
Showing 2 changed files with 12 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 @@ -13,8 +13,8 @@ android {
applicationId = "com.kylecorry.trail_sense"
minSdk = 23
targetSdk = 31
versionCode = 75
versionName = "3.9.1"
versionCode = 76
versionName = "3.10.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildFeatures {
Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/76.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Paths
- Organize paths into groups
- Manually create a path
- Manually add points to a path

Beacons
- Searches now include beacons in subgroups

Misc
- Bug fixes

0 comments on commit d7e201f

Please sign in to comment.