-
Notifications
You must be signed in to change notification settings - Fork 363
activating highest version in duplicate dependencies. #456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
vimanyu
merged 10 commits into
master
from
bugfix/duplicate-dependencies-gradle-template
Aug 6, 2021
Merged
activating highest version in duplicate dependencies. #456
vimanyu
merged 10 commits into
master
from
bugfix/duplicate-dependencies-gradle-template
Aug 6, 2021
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bug: 136026456 Fixes: #243 Change-Id: I98ee266f77d23077cbfd4471ae3e1dff74008a93
chkuang-g
requested changes
Jul 30, 2021
...Project/Assets/ExternalDependencyManager/Editor/TestAdditionalDuplicateDependencies.template
Show resolved
Hide resolved
Change-Id: Ibfe3ec241a32f84113f36811d1f4dafb4bd76a9a
Change-Id: Ia4d0ddc10c6c31ce070aa0e5ac7a375ea2640fbc
Change-Id: Ie92f8e793b03e0fff4ce5ba2425b309b9dea76d7
Change-Id: I18bdbd82983a9fcb995876b3d7c04eee2d00cb47
Change-Id: I79f5ab4e4fadd549df3f058c3e33934746773144
chkuang-g
requested changes
Aug 5, 2021
…://github.com/googlesamples/unity-jar-resolver into bugfix/duplicate-dependencies-gradle-template
chkuang-g
requested changes
Aug 6, 2021
chkuang-g
requested changes
Aug 6, 2021
chkuang-g
approved these changes
Aug 6, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
activating only highest version in duplicate android package dependencies.
Old behavior in Gradle main template:
New behavior:
Added a new integration test for this behavior and confirmed all integration tests for Android Resolver passes on Unity 2020.