miqbaldc
08/12/2021, 11:22 AMThe AndroidX dependencies are annoying because they don’t follow a coherent versioning. @jmfayard---- https://github.com/jmfayard/refreshVersions/issues/403 tl;dr: the
lifecycle-extensions
was not found (intended), because using version of 2.3.0
in a same group (androidx.lifecycle
)
tusing
https://maven.google.com/web/#androidx.lifecycle:lifecycle-extensions:2.3.0 (not found, unless points to: 2.2.0
)
https://maven.google.com/web/#androidx.lifecycle:lifecycle-livedata:2.3.0
Is it possible to define different versions inside a same group?
A suggestion for keyword to search(?), looks like I’m might missed this important samples/examples in the docs 🙏louiscad
08/12/2021, 12:50 PMmiqbaldc
08/12/2021, 12:54 PM