Skip to content

Commit b1bcfa2

Browse files
committed
android game: release v1.1.0
1 parent 553e3d2 commit b1bcfa2

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

Packages/MobileSupportAndroidGame/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this package will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.0] - 2023-09-06
9+
10+
### Added
11+
12+
- Automatic AndroidManifext.xml and res/xml configuration feature, see [README.md](README.md).
13+
814
## [1.0.0] - 2023-08-04
915

1016
### Added

Packages/MobileSupportAndroidGame/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jp.co.cyberagent.unity-mobile-support-android-game",
33
"displayName": "Mobile Support - Android Game",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"unity": "2020.3",
66
"unityRelease": "0f1",
77
"description": "Support package to integrate with Android GameMode and GameState APIs.",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Scripts ars split into multiple packages, so choose packages what you only need.
99
|-------------|------------------------------------------------------|----------------|----------------------------------------------------------|----------------------------------------------------------------|
1010
| Storage | Functions to retrive information about storage | v0.2.0 | [README.md](Packages/MobileSupportStorage/README.md) | [CHANGELOG.md](Packages/MobileSupportStorage/CHANGELOG.md) |
1111
| Thermal | Functions to retrive information about thermal | v0.1.0 | [README.md](Packages/MobileSupportThermal/README.md) | [CHANGELOG.md](Packages/MobileSupportThermal/CHANGELOG.md) |
12-
| AndrdoiGame | Functions to integrate with Android GameManager APIs | v1.0.0 | [README.md](Packages/MobileSupportAndroidGame/README.md) | [CHANGELOG.md](Packages/MobileSupportAndroidGame/CHANGELOG.md) |
12+
| AndrdoiGame | Functions to integrate with Android GameManager APIs | v1.1.0 | [README.md](Packages/MobileSupportAndroidGame/README.md) | [CHANGELOG.md](Packages/MobileSupportAndroidGame/CHANGELOG.md) |

0 commit comments

Comments
 (0)