Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ plugins {
}

android {
compileSdkVersion 36
compileSdkVersion 35

defaultConfig {
applicationId "jp.co.cyberagent.unitysupport.app"
minSdk 21
targetSdk 36
targetSdk 35
versionCode 1
versionName "1.0"

Expand Down
5 changes: 5 additions & 0 deletions Packages/MobileSupportStorage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release notes

## v1.0.2 - 2025/10/17

- Bug Fixes :bug:
- Android: downgraded library's `compileSdkVersion` to 35 to reduce unnecessary SDK upgrades

## v1.0.1 - 2025/10/14

- Bug Fixes :bug:
Expand Down
2 changes: 1 addition & 1 deletion Packages/MobileSupportStorage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Or, open `Packages/manifest.json` and add the following to the dependencies bloc

If you want to set the target version, write as follows.

- https://github.com/CyberAgentGameEntertainment/UnityMobileSupport.git?path=/Packages/MobileSupportStorage#storage/1.0.1
- https://github.com/CyberAgentGameEntertainment/UnityMobileSupport.git?path=/Packages/MobileSupportStorage#storage/1.0.2

Note that if you get a message like `No 'git' executable was found. Please install Git on your system and restart Unity`, you will need to set up Git on your machine.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ plugins {
}

android {
compileSdkVersion 36
compileSdkVersion 35

defaultConfig {
minSdkVersion 19
targetSdkVersion 33
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion Packages/MobileSupportStorage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jp.co.cyberagent.unity-mobile-support-storage",
"displayName": "Mobile Support - Storage",
"version": "1.0.1",
"version": "1.0.2",
"unity": "2019.4",
"description": "Tools to support storage of mobile like iOS/Android.",
"keywords": [
Expand Down
5 changes: 5 additions & 0 deletions Packages/MobileSupportThermal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release notes

## v2.0.2 - 2025/10/17

- Bug Fixes :bug:
- Android: downgraded library's `compileSdkVersion` to 35 to reduce unnecessary SDK upgrades

## v2.0.1 - 2025/10/14

- Bug Fixes :bug:
Expand Down
2 changes: 1 addition & 1 deletion Packages/MobileSupportThermal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Or, open `Packages/manifest.json` and add the following to the dependencies bloc

If you want to set the target version, write as follows.

- https://github.com/CyberAgentGameEntertainment/UnityMobileSupport.git?path=/Packages/MobileSupportThermal#thermal/2.0.1
- https://github.com/CyberAgentGameEntertainment/UnityMobileSupport.git?path=/Packages/MobileSupportThermal#thermal/2.0.2

Note that if you get a message like `No 'git' executable was found. Please install Git on your system and restart Unity`, you will need to set up Git on your machine.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ plugins {
}

android {
compileSdkVersion 36
compileSdkVersion 35

defaultConfig {
minSdkVersion 19
targetSdkVersion 33
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion Packages/MobileSupportThermal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jp.co.cyberagent.unity-mobile-support-thermal",
"displayName": "Mobile Support - Thermal",
"version": "2.0.1",
"version": "2.0.2",
"unity": "2019.4",
"description": "Tools to support thermal of mobile like iOS/Android.",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Scripts ars split into multiple packages, so choose packages what you only need.

| Package | Description | Latest Version | Readme Link | Changelog Link |
|-------------|------------------------------------------------------|----------------|----------------------------------------------------------|----------------------------------------------------------------|
| Storage | Functions to retrive information about storage | v1.0.1 | [README.md](Packages/MobileSupportStorage/README.md) | [CHANGELOG.md](Packages/MobileSupportStorage/CHANGELOG.md) |
| Thermal | Functions to retrive information about thermal | v2.0.1 | [README.md](Packages/MobileSupportThermal/README.md) | [CHANGELOG.md](Packages/MobileSupportThermal/CHANGELOG.md) |
| Storage | Functions to retrive information about storage | v1.0.2 | [README.md](Packages/MobileSupportStorage/README.md) | [CHANGELOG.md](Packages/MobileSupportStorage/CHANGELOG.md) |
| Thermal | Functions to retrive information about thermal | v2.0.2 | [README.md](Packages/MobileSupportThermal/README.md) | [CHANGELOG.md](Packages/MobileSupportThermal/CHANGELOG.md) |
| AndroidGame | Functions to integrate with Android GameManager APIs | v1.1.0 | [README.md](Packages/MobileSupportAndroidGame/README.md) | [CHANGELOG.md](Packages/MobileSupportAndroidGame/CHANGELOG.md) |
| QualityTuner | Package to get hardware specs and tool to decide quality level | v1.3.0 | [README.md](Packages/MobileSupportQualityTuner/README.md) | [CHANGELOG.md](Packages/MobileSupportQualityTuner/CHANGELOG.md) |