Closed LouisCAD closed 4 years ago
Move it from Splitties to this project ==> https://github.com/jmfayard/gradle-dependencies-plugins/pull/139
Here's where we can see whether AndroidX library groups are using the same version or not by looking at the requireSameVersion
flag (enabled by default): https://android-review.googlesource.com/c/platform/frameworks/support/+/1206056/12/buildSrc/src/main/kotlin/androidx/build/LibraryGroups.kt
Largely done, a new ticket is available here https://github.com/jmfayard/refreshVersions/issues/238
Mostly done, yes, though still several things to do.
I'm keeping it pinned for now as a reference and to not forget to address the remaining points soon (for next release ideally).
Provided dependencies constants
Android
object insideGoogle
object for Material and othercom.google.android...
libraries.Plugin features
gradle
instance?) or buildSrc for the easiest configuration possibleTest improvements:
_
only for now).mavenCentral
,google
,jcenter
orgradlePluginPortal
. (jitpack.io is not supported because of builds reproducibility concerns, write it somewhere for future contributors).