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 { ...@@ -55,6 +55,8 @@ dependencies {
implementation libraries.kotlin implementation libraries.kotlin
implementation libraries.floatingSearchView
testImplementation libraries.junit testImplementation libraries.junit
androidTestImplementation (libraries.expressoCore , { androidTestImplementation (libraries.expressoCore , {
exclude group: 'com.android.support', module: 'support-annotations' exclude group: 'com.android.support', module: 'support-annotations'
......
...@@ -21,6 +21,7 @@ ext { ...@@ -21,6 +21,7 @@ ext {
dagger : '2.11', dagger : '2.11',
fresco : '1.5.0', fresco : '1.5.0',
threeTenABP : '1.0.5', threeTenABP : '1.0.5',
floatingSearchView: '2.1.1',
// For testing // For testing
expresso : '3.0.1', expresso : '3.0.1',
...@@ -55,6 +56,7 @@ ext { ...@@ -55,6 +56,7 @@ ext {
frescoAnimatedWebP : "com.facebook.fresco:animated-webp:${versions.fresco}", frescoAnimatedWebP : "com.facebook.fresco:animated-webp:${versions.fresco}",
timber : "com.jakewharton.timber:timber:${versions.timber}", timber : "com.jakewharton.timber:timber:${versions.timber}",
threeTenABP : "com.jakewharton.threetenabp:threetenabp:${versions.threeTenABP}", threeTenABP : "com.jakewharton.threetenabp:threetenabp:${versions.threeTenABP}",
floatingSearchView : "com.github.arimorty:floatingsearchview:${versions.floatingSearchView}",
// For testing // For testing
junit : "junit:junit:$versions.junit", 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