Commit 13bc2acc authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Add androidSvg library.

parent 9cb4400a
......@@ -58,6 +58,8 @@ dependencies {
implementation libraries.floatingSearchView
implementation libraries.androidSvg
testImplementation libraries.junit
androidTestImplementation (libraries.expressoCore , {
exclude group: 'com.android.support', module: 'support-annotations'
......
......@@ -21,6 +21,7 @@ ext {
timber : '4.5.1',
threeTenABP : '1.0.5',
floatingSearchView: '2.1.1',
androidSvg : '1.2.1',
// For testing
junit : '4.12',
......@@ -64,6 +65,8 @@ ext {
floatingSearchView : "com.github.arimorty:floatingsearchview:${versions.floatingSearchView}",
androidSvg : "com.caverock:androidsvg:${versions.androidSvg}",
// For testing
toolsJar : files(Jvm.current().getToolsJar()),
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