thegrizzlylabs / sardine-android

A WebDAV library for Android
Apache License 2.0
355 stars 70 forks source link

Migarate to AndroidX #35

Closed rt1shnik closed 4 years ago

rt1shnik commented 4 years ago

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.

guillaume-tgl commented 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.

guillaume-tgl commented 4 years ago

@rt1shnik Can you try this branch? https://github.com/thegrizzlylabs/sardine-android/tree/remove_support_library

rt1shnik commented 4 years ago

@guillaume-tgl It's fine.