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
Fixed Android Resolver when run in a Gradle project.
If a parent directory containing a Unity project also contained
a settings.gradle (i.e Gradle project) the Android Resolver would
fail with:
PlayServicesResolver.scripts.download_artifacts.gradle
is not part of the build defined by settings file...
This fixes the issue by creating a Gradle project in the temporary
directory used by the Android Resolver to run the
download_artifacts.gradle script.
Fixes#278
Bug: 141749513
Change-Id: Ic6394b7bd0e7a4f9a3ffde33e1390a2a2d437a22
0 commit comments