Rightpoint / android-template

A `cookiecutter` template for Android projects
28 stars 4 forks source link

Migrate to the androidx package structure #24

Closed jonduran3000 closed 6 years ago

jonduran3000 commented 6 years ago

See: https://developer.android.com/topic/libraries/support-library/androidx-overview

sbilling commented 6 years ago

@jonduran3000 is this something we want to wait on? Was just reading through the documentation and it looks like it is still in alpha. @octohub be sure to weigh in if you have some thoughts.

octohub commented 6 years ago

@sbilling @jonduran3000 The AndroidX namespace is now stable so there should be no issues migrating to it: https://developer.android.com/topic/libraries/support-library/androidx-rn?linkId=57203177

octohub commented 6 years ago

Done