Open sebastianteres opened 6 years ago
Contacted Appodeal support and they provided a temporary workaround. I was having the below dependency issues
Failed to fetch the following dependencies:
com.google.android.gms:play-services-ads:9.8
com.google.android.gms:play-services-location:9.8
Workaround .. 1 Install the Appodeal plugin without the PlayServicesResolver folder.
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-ads</artifactId>
<version>11.6+</version>
<scope>compile</scope>
</dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-location</artifactId>
<version>11.6+</version>
<scope>compile</scope>
</dependency>
3) Launch the Google Play Games Resolver.
So i suppose we need to manually add the missing dependencies in the .pom file.
Getting the following error resolving dependencies:
I'm using:
I first installed Play Games Plugin, then Appodeal unchecking PlayServicesResolver folder
Any clues?