Update dependencies syntax for library-image-loader (compile => implementation)

This commit is contained in:
Daniel Leal 2018-01-11 14:43:07 +01:00
parent a47048c65b
commit c3e4b6ad50

View File

@ -19,10 +19,10 @@ android {
}
dependencies {
compile project(':library')
compile ANDROID_SVG
compile ANDROID_GIF
compile OK_HTTP
implementation project(':library')
implementation ANDROID_SVG
implementation ANDROID_GIF
implementation OK_HTTP
}
if (project.hasProperty('release')) {