Skip to content

Commit cb03649

Browse files
authored
Version 3.13.0 (#253)
* Bump version and update changelog * Add 16KB page size support (#251) * Update OOM handling and static dependencies for Device & Simulator (#255)
1 parent 9494af7 commit cb03649

32 files changed

+98
-69
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ jobs:
4949
targetPlatform: ${{ matrix.targetPlatform }}
5050
projectPath: ${{ matrix.projectPath }}/
5151
allowDirtyBuild: true
52+

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
projectPath:
1919
- test-package
2020
unityVersion:
21-
- 2022.3.19f1
22-
- 2019.4.40f1
23-
- 2020.3.48f1
21+
# Pending LTS License
22+
#- 2021.3.48f1
23+
#- 6000.0.38f1
24+
- 2022.3.56f1
2425
steps:
2526
- name: Checkout Repo
2627
uses: actions/checkout@v4
124 KB
Binary file not shown.

Android/lib/arm64-v8a/libbacktrace-native.so.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-2.9 MB
Binary file not shown.
75 KB
Binary file not shown.

Android/lib/arm64-v8a/libnative-lib.so.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
104 KB
Binary file not shown.

Android/lib/armeabi-v7a/libbacktrace-native.so.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-2.38 MB
Binary file not shown.

0 commit comments

Comments
 (0)