Quantcast
Channel: Failed to resolve: play-services-flags - Stack Overflow
Viewing all articles
Browse latest Browse all 4

Answer by Denis Avguštin for Failed to resolve: play-services-flags

$
0
0

They were changing and deleting old libraries, I guess.

I finally managed to get it working, by changing the order of repositories in project build.gradle:

    allprojects {        repositories {            google()            maven {                url "https://maven.google.com" // Google's Maven repository            }            jcenter()        }    }

jcenter should be the last.


Viewing all articles
Browse latest Browse all 4

Trending Articles





<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>