Skip to content

Commit

Permalink
feat(addressables): set minimum Addressables version to 1.17.13
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Preview versions of Addressables 1.17 are no longer supported.
  • Loading branch information
jonisavo committed Jul 23, 2022
1 parent a084f6f commit 018923d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"versionDefines": [
{
"name": "com.unity.addressables",
"expression": "1.0.0",
"expression": "1.17.13",
"define": "UICOMPONENTS_ADDRESSABLES_INSTALLED"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"versionDefines": [
{
"name": "com.unity.addressables",
"expression": "1.0.0",
"expression": "1.17.13",
"define": "UICOMPONENTS_ADDRESSABLES_INSTALLED"
}
],
Expand Down

0 comments on commit 018923d

Please sign in to comment.