That looks fine to me (as a note, you don’t need `...
# android
b
That looks fine to me (as a note, you don’t need
mavenCentral()
as
jcenter()
is a superset of maven central)
m
https://github.com/ben-manes/gradle-versions-plugin doesn't work properly if you only have
jcenter
, so I keep both.
b
Hmm, luckily I haven’t had any issues with his plugin only using jcenter ¯\_(ツ)_/¯ . But If I start seeing it then now I know where to look 🙂
t
the new project structure dialog eliminates the need for the
gradle-versions-plugin
. So if the plugin is giving you grief at all you should get rid of it.
m
Copy code
The following dependencies exceed the version found at the milestone revision level:
 - com.github.bumptech.glide:glide [3.7.0 <- 3.6.1]
 - com.squareup.leakcanary:leakcanary-android [1.5 <- 1.3.1]
 - com.squareup.leakcanary:leakcanary-android-no-op [1.5 <- 1.3.1]
This is what I have if I comment
mavenCentral()
.