I'm currently developing an extension for App Inventor. And for this, I need to use the AndroidX library, but unfortunately, App Inventor still use the old support library. So, I was searching for it's (AndroidX) JAR/AAR version so that I can use it, but sadly, didn't found it anywhere. It'd be really nice if someone could help me with this. Thanks :)
Asked
Active
Viewed 1,853 times
0
-
for migrate to androidX https://stackoverflow.com/a/56667177/10340422 if you want to know just versions you can visit, https://developer.android.com/jetpack/androidx/versions – Chirag Rayani Nov 20 '19 at 05:03
1 Answers
0
First your project must be migrate to androidx
can also migrate project to androidx with one click
Refactor -> Migrate to AndroidX...
then
According to your question here you find jar and aar file

code4rox
- 941
- 9
- 34
-
Thanks for your response. I'll try it as soon as I get back to home. :) – Shreyash Saitwal Nov 20 '19 at 12:23