I am reading about a room library of Android. I see they changed package android to androidx. I did not understand that. Can someone explain, pleas
android
androidx
Android provides a couple of different library sets. One is called the Android support Library, and the other is called AndroidX. Selecting "Use android.* artifacts" indicates that we want to use AndroidX.