Version 3.0.0 contains a breaking change:
- Move from using Android Support Libraries (
com.android.support.*) to AndroidX libraries (androidx.*). If you are using the Android Support Libraries without using Jetifier this is a breaking change for you.
The newly updated transitive dependencies are:
<dependencies>
<dependency>
<groupId>androidx.appcompat</groupId>...