Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Mar 7, 2021
1 parent 7fc9aa4 commit bef0f1d
Show file tree
Hide file tree
Showing 2 changed files with 10 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 36
versionName "1.8.0"
versionCode 37
versionName "1.8.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildFeatures {
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/37.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- Add cell signal strength to backtrack (does not use Internet, disable in navigation settings)
- Improved detection of configuration or sensor errors
- Add a flashlight testing tool
- Import / export beacons
- Add SOS and help whistle
- New compass design and icons (weather and astronomy)
- Improve sensor details diagnostics (settings)
- Bug fixes

0 comments on commit bef0f1d

Please # to comment.