Skip to content

Commit

Permalink
Prepare for release v1.19 (32)
Browse files Browse the repository at this point in the history
  • Loading branch information
bailuk committed Jul 23, 2020
1 parent 1ab5689 commit ceacb52
Show file tree
Hide file tree
Showing 2 changed files with 17 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 @@ -11,8 +11,8 @@ android {
minSdkVersion 14
targetSdkVersion 28

versionCode 31
versionName "v1.18"
versionCode 32
versionName "v1.19"


buildConfigField 'String', 'APP_SNAME', '\"AAT\"'
Expand Down
15 changes: 15 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/32.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
v1.19 (32)

# Fix
- "Disable lock screen" and "Screen always on"
- Missing GPS permission for Android 10
- Crash when invalid map file was provided

# Add
- MapView: Additional altitude graph showing only visible part of track.

# Change
- Improve documentation and HTML view
- UI improvements
- Make all strings translatable

0 comments on commit ceacb52

Please sign in to comment.