Closed rt1shnik closed 4 years ago
I'm not in favor of migrating to Androidx as it would break the compatibility with those who are still using the Support Library. However, we could get rid of the Support Library in this project as it's only used for annotations I think. It would make the library thiner and solve the issue of AndroidX at the same time.
@rt1shnik Can you try this branch? https://github.com/thegrizzlylabs/sardine-android/tree/remove_support_library
@guillaume-tgl It's fine.
I am using sardine-android as submodule. I am facing "error: package android.support.annotation does not exist" with "android.support", so I migrate project to AndroidX.