Skip to content

Commit

Permalink
Release 2024.02.28
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynovikov committed Feb 28, 2024
1 parent 83c1747 commit 91c80dd
Show file tree
Hide file tree
Showing 5 changed files with 6 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 101
versionName "2024.02.26"
versionCode 102
versionName "2024.02.28"
testInstrumentationRunner = 'androidx.test.runner.AndroidJUnitRunner'
buildConfigField "java.util.concurrent.atomic.AtomicBoolean", "IS_TESTING", "new java.util.concurrent.atomic.AtomicBoolean(false)"
}
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/xml-ru/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<change versioncode="102" priority="5">Добавлены различные настройки цветов</change>
<change versioncode="98" priority="3">Добавлено создание простых маршрутов</change>
<change versioncode="98" priority="7">Исправлена ошибка чтения GPX файлов</change>
<change versioncode="97" priority="5">Отображение названий мест</change>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<change versioncode="102" priority="5">Added various color settings</change>
<change versioncode="98" priority="3">Added simple route creation</change>
<change versioncode="98" priority="7">Fixed GPX file reading error</change>
<change versioncode="97" priority="5">Draw place titles</change>
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en/changelogs/102.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
• Added various color settings
1 change: 1 addition & 0 deletions fastlane/metadata/android/ru/changelogs/102.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
• Добавлены различные настройки цветов

0 comments on commit 91c80dd

Please sign in to comment.