Hi everyone!
I've just updated unity admob package to the latest version (GoogleMobileAds-v7.0.0)
And now when i try to buld my project i get the following error:
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':lintVitalRelease'.
> Could not resolve all task dependencies for configuration ':releaseRuntimeClasspath'.> Could not find com.google.firebase:firebase-analytics-unity:7.0.1.
Im Using unity 2018.4.32f1 and the library that the error is mentioning its already on my project under assets/firebase/...
And also i have on my maintemplate.gradle
implementation 'com.google.firebase:firebase-analytics-unity:7.0.1' // Assets/Firebase/Editor/AnalyticsDependencies.xml:18
Any hints on this would be really appreciated!
↧