Skip to content

Commit

Permalink
Version 2022.03
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynovikov committed Apr 14, 2022
1 parent a5fa1c4 commit eefa61f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 31
buildToolsVersion '30.0.3'
ndkVersion '21.3.6528147'
buildToolsVersion '32.0.0'
ndkVersion '24.0.8215888'

defaultConfig {
applicationId "mobi.maptrek"
minSdkVersion 23
targetSdkVersion 29
versionCode 81
versionName "2021.05"
targetSdkVersion 31
versionCode 82
versionName "2022.03"
testInstrumentationRunner = 'androidx.test.runner.AndroidJUnitRunner'
buildConfigField "java.util.concurrent.atomic.AtomicBoolean", "IS_TESTING", "new java.util.concurrent.atomic.AtomicBoolean(false)"
}
Expand Down
6 changes: 6 additions & 0 deletions app/src/main/res/xml-ru/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="2022.03" versioncode="82" date="21.03.2022">
<change>Исправлен белый экран при старте на современных устройствах</change>
<change>Исправлена невозможность запуска на современных устройствах</change>
<change>Удалена возможность переноса файлов на внешние файловые хранилища</change>
<change variant="full">Удалена поддержка полноэкранного режима на старых устройствах</change>
</release>
<release version="2021.04" versioncode="80" date="30.04.2021">
<change>Новый элемент: пересыхающий водоём</change>
<change>Исправлено неудаление устаревших объектов из базы карт</change>
Expand Down
8 changes: 7 additions & 1 deletion app/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="2022.03" versioncode="82" date="21.03.2022">
<change>Fixed blank screen on newer devices</change>
<change>Fixed crash on start on newer devices</change>
<change>Removed option to store files on external storage</change>
<change variant="full">Removed fullscreen mode on older devices</change>
</release>
<release version="2021.04" versioncode="80" date="30.04.2021">
<change>New map object: intermittent pond</change>
<change>Fix gone amenities were not removed from map database</change>
<change>Fixed gone amenities were not removed from map database</change>
</release>
<release version="2021.03" versioncode="79" date="11.03.2021">
<change>Cycling activity reveals bicycle infrastructure</change>
Expand Down
File renamed without changes.

0 comments on commit eefa61f

Please sign in to comment.