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

Add aVLoadingIndicatorView lib.

parent 77610e63
......@@ -77,6 +77,8 @@ dependencies {
implementation libraries.androidSvg
implementation libraries.aVLoadingIndicatorView
testImplementation libraries.junit
androidTestImplementation (libraries.expressoCore , {
exclude group: 'com.android.support', module: 'support-annotations'
......
......@@ -24,8 +24,9 @@ ext {
threeTenABP : '1.0.5',
fresco : '1.5.0',
frescoImageViewer : '0.5.0',
floatingSearchView: '2.1.1',
floatingSearchView : '2.1.1',
androidSvg : '1.2.1',
aVLoadingIndicatorView : '2.1.3',
// For testing
junit : '4.12',
......@@ -78,6 +79,8 @@ ext {
androidSvg : "com.caverock:androidsvg:${versions.androidSvg}",
aVLoadingIndicatorView : "com.wang.avi:library:${versions.aVLoadingIndicatorView}",
// 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