Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Aug 29, 2021
1 parent c32c5c3 commit 94c02c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "com.kylecorry.trail_sense"
minSdkVersion 23
targetSdkVersion 30
versionCode 58
versionName "2.7.0"
versionCode 59
versionName "2.8.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildFeatures {
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/59.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Backtrack paths
- Backtrack path map (click a backtrack path)
- Show altitude, cell signal, and time on backtrack path maps
- Export backtrack paths as GPX
- Add mmHg pressure units
- Bug fixes

0 comments on commit 94c02c6

Please sign in to comment.