Skip to content

Commit a30b63a

Browse files
committed
0.9.1 -> 0.9.2
1 parent 6ffda18 commit a30b63a

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

CHANGELOG.md

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

6+
## [0.9.2] - 2024-10-15
7+
### Changed
8+
- INSTEAD updated to version 3.5.2
9+
610
## [0.9.1] - 2024-05-21
711
### Added
812
- 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.

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 = 90100
10-
version_name = '0.9.1'
9+
version_code = 90200
10+
version_name = '0.9.2'
1111

1212
build_config_instead_version = '3.5.2'
1313

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- INSTEAD updated to version 3.5.2
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- обновление INSTEAD до версии 3.5.2

0 commit comments

Comments
 (0)