You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm going to close this issue for now. If the upcoming change does not fix your issue in the next release, then please re-open this ticket to let us know! Thanks!
- Version 1.2.166 - Jun 30, 2021
* All - Fixed#440 and fixed#447 by specifying the parameter type while calling
`GetApplicationIdentifier()` Unity API using reflection, due to a new
overloaded method introduced in Unity 2021.2.
* Android Resolver - Fixed#442 by patching `Dependency.IsGreater()` when the
version strings end '+'.
Change-Id: I45b335d7c196d6b4d03e940b3b0f87f2767a5495
[REQUIRED] Please fill in the following fields:
.unitypackage
[REQUIRED] Please describe the issue here:
I was reading sources of
Dependency
class investigating another issue. And was confused by this argument coercion inIsGreater()
method [1]:Shouldn't it be
version2
?Or with
TrimEnd()
[2]:Please answer the following, if applicable:
100%
Take a look at
Dependency.IsGreater(string version1, string version2)
[1] source/JarResolverLib/src/Google.JarResolver/Dependency.cs#L196
[2] https://docs.microsoft.com/en-us/dotnet/api/system.string.trimend?view=net-5.0
The text was updated successfully, but these errors were encountered: