Skip to content

Commit

Permalink
Release 2024.02.26
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynovikov committed Feb 26, 2024
1 parent 08ff65a commit ed011b9
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 99
versionName "2024.03-beta3"
versionCode 101
versionName "2024.02.26"
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/101.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
• Added simple route creation
• Draw place titles
• Show selected online map license
• Fixed GPX file reading error
4 changes: 4 additions & 0 deletions fastlane/metadata/android/ru/changelogs/101.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
• Добавлено создание простых маршрутов
• Отображение названий мест
• Отображение лицензии выбранной онлайн карты
• Исправлена ошибка чтения GPX файлов

0 comments on commit ed011b9

Please sign in to comment.