Skip to content

Commit d1e1af1

Browse files
committed
0.9 -> 0.9.1
1 parent c441df2 commit d1e1af1

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
## Development
44
### Changed
55

6+
## [0.9.1] - 2024-05-21
7+
### Added
8+
- 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.
9+
### Fixed
10+
- Crash on startup on some phones
11+
612
## [0.9] - 2024-05-11
713
### Changed
814
- INSTEAD updated to version 3.5.1

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ buildscript {
66
compile_sdk_version = 34
77
ndk_version = '20.1.5948944'
88

9-
version_code = 90000
10-
version_name = '0.9'
9+
version_code = 90100
10+
version_name = '0.9.1'
1111

1212
build_config_instead_version = '3.5.1'
1313

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- 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.
2+
- Fixed crash on startup on some phones
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Приложение предоставляет доступ к своим файлам другим приложениям через стандартный диалог выбора файлов Android. Эту функцию можно использовать для создания игр или обмена игровыми сохранениями с другими устройствами.
2+
- Исправлено падение приложения на некоторых телефонах при запуске

0 commit comments

Comments
 (0)