Commit 78626580 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Add Floating Search View library.

parent 85ac4590
......@@ -55,6 +55,8 @@ dependencies {
implementation libraries.kotlin
implementation libraries.floatingSearchView
testImplementation libraries.junit
androidTestImplementation (libraries.expressoCore , {
exclude group: 'com.android.support', module: 'support-annotations'
......
......@@ -21,6 +21,7 @@ ext {
dagger : '2.11',
fresco : '1.5.0',
threeTenABP : '1.0.5',
floatingSearchView: '2.1.1',
// For testing
expresso : '3.0.1',
......@@ -55,6 +56,7 @@ ext {
frescoAnimatedWebP : "com.facebook.fresco:animated-webp:${versions.fresco}",
timber : "com.jakewharton.timber:timber:${versions.timber}",
threeTenABP : "com.jakewharton.threetenabp:threetenabp:${versions.threeTenABP}",
floatingSearchView : "com.github.arimorty:floatingsearchview:${versions.floatingSearchView}",
// For testing
junit : "junit:junit:$versions.junit",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment