Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Feb 17, 2024
1 parent e191307 commit 22bd1e3
Show file tree
Hide file tree
Showing 3 changed files with 28 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 = 115
versionName = "5.8.0"
versionCode = 116
versionName = "5.8.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
signingConfigs {
Expand Down
13 changes: 13 additions & 0 deletions fastlane/metadata/android/cs-CZ/changelogs/116.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Rychlé akce
- Nové: tvorba majáku, poznámky
- Odstraněna omezení dostupných rychlých akcí

Rozšířená realita
- Přidána podpory cest
- Povolen panel přiblížení

Různé
- Rozdělení nastavení navigace a cesty
- Přidána možnost nastavení při dlouhém stisknutí nástroje
- Přidán kompaktní režim pro spodní navigaci
- Opravy chyb
13 changes: 13 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/116.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Quick Actions
- New: Create Beacon, Note
- Remove limits on available quick actions

Augmented Reality
- Add path support
- Enable zoom bar

Misc
- Split Navigation and Path settings
- Add settings option when long pressing a tool
- Add compact mode for bottom navigation
- Bug fixes

0 comments on commit 22bd1e3

Please sign in to comment.