Skip to main content

Transitive Dependencies

Migrating away from JCenter
·5 mins
Android Library Maven Jcenter Bintray Transitive Dependencies Gradle
This week JFrog - out of nowhere - announced to completely remove their Maven repository. Since they’ll pull it offline already by May 2021 (!!!) it’s time to urgently migrate away.
Test library releases using an in project Maven repository
·3 mins
Android Library Maven Transitive Dependencies Gradle Kotlin
Short, powerful post on how to test the release version of libraries directly within a project without having to deploy them to Maven first. As a bonus, there will also be an open-source example showcasing all of this in action.
Android library development - Dependencies
·9 mins
Android Library Maven Transitive Dependencies Gradle Kotlin
Ever had a build failure while integrating an SDK? Wonder how you can avoid your SDK customers having dependency conflicts? How many transitive dependencies should your SDK have?