vaenow / cordova-plugin-app-update

App updater for Cordova/PhoneGap
MIT License
299 stars 147 forks source link

Migration to androidx libs #142

Open victorsosa opened 4 years ago

victorsosa commented 4 years ago

Artifacts within the androidx namespace comprise the Android Jetpack libraries. Like the Support Library, libraries in theandroidx namespace ship separately from the Android platform and provide backward compatibility across Android releases.

AndroidX is a major improvement to the original Android Support Library, which is no longer maintained. androidx packages fully replace the Support Library by providing feature parity and new libraries.

Check info: https://developer.android.com/jetpack/androidx

victorsosa commented 2 years ago

hello