Closed shifatul-i closed 7 years ago
my workaround is
compile('com.github.arimorty:floatingsearchview:2.0.3') {
exclude group: "com.android.support"
}
thanks for the idea, it should be like
compile('com.github.arimorty:floatingsearchview:2.0.3', {
exclude group: "com.android.support"
})
currently used
Update to
Or better, use something like