Skip to content

Commit

Permalink
0.9 -> 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
btimofeev committed May 21, 2024
1 parent c441df2 commit d1e1af1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
## Development
### Changed

## [0.9.1] - 2024-05-21
### Added
- The application allows other applications to access its files through the standard Android file dialog. This feature can be used to create games or share saved data with other devices.
### Fixed
- Crash on startup on some phones

## [0.9] - 2024-05-11
### Changed
- INSTEAD updated to version 3.5.1
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ buildscript {
compile_sdk_version = 34
ndk_version = '20.1.5948944'

version_code = 90000
version_name = '0.9'
version_code = 90100
version_name = '0.9.1'

build_config_instead_version = '3.5.1'

Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/90100.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- The application allows other applications to access its files through the standard Android file dialog. This feature can be used to create games or share saved data with other devices.
- Fixed crash on startup on some phones
2 changes: 2 additions & 0 deletions fastlane/metadata/android/ru-RU/changelogs/90100.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Приложение предоставляет доступ к своим файлам другим приложениям через стандартный диалог выбора файлов Android. Эту функцию можно использовать для создания игр или обмена игровыми сохранениями с другими устройствами.
- Исправлено падение приложения на некоторых телефонах при запуске

0 comments on commit d1e1af1

Please sign in to comment.