mcruncher / worshipsongs-android

Android app for Worship Songs
GNU General Public License v3.0
8 stars 8 forks source link

Migrate to androidx #533

Closed madasamys closed 4 years ago

madasamys commented 4 years ago

The package android is reserved for android OS. From android 9.0, all support libraries are moved to androidx packages.

Why androidx? Androidx overview Androidx artifact mapping

madasamys commented 4 years ago

Reference
Kotlin android fail with JDK11 Gradle android plugin support