googlesamples / googlesamples/unity-jar-resolver
Resolver downloads incompatible API 28 libraries
Open
type: feature request
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 371
- Avg merge
- 14h 21m
- Merged PRs (30d)
- 3
Description
If we call this:
Google.VersionHandler.InvokeInstanceMethod(svcSupport, "DependOn",
new object[]
{ "com.android.support", "support-v4", "LATEST" }, namedArgs: new Dictionary()
{ { "packageIds", new string[] { "extra-android-m2repository" } }
});
then Play Services Resolver downloads support libraries for API 28. Unity is not currently compatible with API level 28 and this causes build errors
No resource identifier found for attribute "appComponentFactory"
Contributor guide
Assessment
This issue has not been assessed yet.