Add search view

This commit is contained in:
Nezumi
2023-02-14 16:32:25 +07:00
parent b350dc740a
commit ef4fa7ebea
9 changed files with 135 additions and 27 deletions
+4 -2
View File
@@ -30,7 +30,7 @@ android {
dependencies {
implementation 'androidx.appcompat:appcompat:1.6.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
@@ -50,5 +50,7 @@ dependencies {
implementation 'com.github.bumptech.glide:glide:4.14.2'
annotationProcessor 'com.github.bumptech.glide:compiler:4.14.2'
implementation 'com.squareup.picasso:picasso:2.8'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation "com.paulrybitskyi.persistentsearchview:persistentsearchview:1.1.4"
}