Skip to content

Commit

Permalink
Release 2024.03.22
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynovikov committed Mar 22, 2024
1 parent 264ccb4 commit 16e536a
Show file tree
Hide file tree
Showing 3 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 @@ -10,8 +10,8 @@ android {
minSdkVersion 23
targetSdkVersion 34
compileSdk 34
versionCode 106
versionName "2024.03.13"
versionCode 107
versionName "2024.03.22"
testInstrumentationRunner = 'androidx.test.runner.AndroidJUnitRunner'
buildConfigField "java.util.concurrent.atomic.AtomicBoolean", "IS_TESTING", "new java.util.concurrent.atomic.AtomicBoolean(false)"
}
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en/changelogs/107.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
• Added German translation
• Added current route visualization
• Configurable location pointer type, size and color
• Fixed crash when navigating in background
4 changes: 4 additions & 0 deletions fastlane/metadata/android/ru/changelogs/107.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
• Добавлен перевод на немецкий
• Добавлена визуализация текущего маршрута
• Настраиваемые вид, размер и цвет указателя местоположения
• Исправлен сбой при навигации в фоновом режиме

0 comments on commit 16e536a

Please sign in to comment.