Skip to content

Commit

Permalink
Release 2024.03.07
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynovikov committed Mar 7, 2024
1 parent 1611ee6 commit b65de3b
Show file tree
Hide file tree
Showing 3 changed files with 4 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 104
versionName "2024.03.05-beta"
versionCode 105
versionName "2024.03.07"
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 fastlane/metadata/android/en/changelogs/105.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
• Added option to prohibit map rotation
1 change: 1 addition & 0 deletions fastlane/metadata/android/ru/changelogs/105.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
• Добавлена опция блокировки вращения карты

0 comments on commit b65de3b

Please sign in to comment.