SimpleSearchView
SimpleSearchView copied to clipboard
AndroidX support
Any plans to support Android X instead of support library?
https://developer.android.com/jetpack/androidx/migrate
There's a branch androidx that started the support of AndroidX, but it's fairly old now and probably needs some updating... Last time I checked it could be used directly from JitPack:
implementation 'com.github.Ferfalk:SimpleSearchView:androidx-SNAPSHOT'
@vkotovv @Ferfalk I updated support for androidx .https://github.com/Ferfalk/SimpleSearchView/pull/13
Just an idea: I think it makes sense to merge androidx branch into master now and release a new stable version of the library (with these breaking changes).
Anyone who needs old support library can use old version or modify the source code. The stable version of AndroidX was released in September 2018 (see notes).
@Ferfalk this can be closed now I guess