Skip to content

Commit eeaddc0

Browse files
fix: hotfix: version bump to fix android build error (#779)
1 parent 6e1ee7a commit eeaddc0

File tree

5 files changed

+17
-11
lines changed

5 files changed

+17
-11
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

77
Additional documentation and release notes are available at [Multiplayer Documentation](https://docs-multiplayer.unity3d.com).
88

9+
## [2.0.2] - 2022-11-01
10+
### Fixed
11+
* Bumped Unity editor version to fix android build error (#779)
12+
913
## [2.0.1] - 2022-10-25
1014

1115
### Changed

Packages/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"com.unity.2d.sprite": "1.0.0",
44
"com.unity.ai.navigation.components": "https://github.com/Unity-Technologies/NavMeshComponents.git#package",
5-
"com.unity.cinemachine": "2.8.6",
5+
"com.unity.cinemachine": "2.8.9",
66
"com.unity.collab-proxy": "1.17.2",
77
"com.unity.ide.rider": "3.0.15",
88
"com.unity.ide.visualstudio": "2.0.16",
@@ -14,7 +14,7 @@
1414
"com.unity.performance.profile-analyzer": "1.1.1",
1515
"com.unity.postprocessing": "3.2.2",
1616
"com.unity.render-pipelines.universal": "12.1.7",
17-
"com.unity.services.authentication": "2.1.1",
17+
"com.unity.services.authentication": "2.2.0",
1818
"com.unity.services.lobby": "1.0.3",
1919
"com.unity.services.relay": "1.0.3",
2020
"com.unity.test-framework": "1.1.31",

Packages/packages-lock.json

+7-5
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@
2525
"url": "https://packages.unity.com"
2626
},
2727
"com.unity.cinemachine": {
28-
"version": "2.8.6",
28+
"version": "2.8.9",
2929
"depth": 0,
3030
"source": "registry",
31-
"dependencies": {},
31+
"dependencies": {
32+
"com.unity.test-framework": "1.1.31"
33+
},
3234
"url": "https://packages.unity.com"
3335
},
3436
"com.unity.collab-proxy": {
@@ -215,19 +217,19 @@
215217
"url": "https://packages.unity.com"
216218
},
217219
"com.unity.services.authentication": {
218-
"version": "2.1.1",
220+
"version": "2.2.0",
219221
"depth": 0,
220222
"source": "registry",
221223
"dependencies": {
222224
"com.unity.nuget.newtonsoft-json": "3.0.2",
223-
"com.unity.services.core": "1.4.2",
225+
"com.unity.services.core": "1.4.3",
224226
"com.unity.modules.unitywebrequest": "1.0.0",
225227
"com.unity.ugui": "1.0.0"
226228
},
227229
"url": "https://packages.unity.com"
228230
},
229231
"com.unity.services.core": {
230-
"version": "1.4.2",
232+
"version": "1.4.3",
231233
"depth": 1,
232234
"source": "registry",
233235
"dependencies": {

ProjectSettings/ProjectSettings.asset

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:7682157600f735383d159043f09a6f399deecdff704392bfbe3a716eb1649375
3-
size 25451
2+
oid sha256:8945219216adb46586a4f9a1bbba347ad520e68e530042124625a4c891ebbf44
3+
size 25551

ProjectSettings/ProjectVersion.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2021.3.10f1
2-
m_EditorVersionWithRevision: 2021.3.10f1 (1c7d0df0160b)
1+
m_EditorVersion: 2021.3.12f1
2+
m_EditorVersionWithRevision: 2021.3.12f1 (8af3c3e441b1)

0 commit comments

Comments
 (0)