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 { dependencies {
compile project(':library') implementation project(':library')
compile ANDROID_SVG implementation ANDROID_SVG
compile ANDROID_GIF implementation ANDROID_GIF
compile OK_HTTP implementation OK_HTTP
} }
if (project.hasProperty('release')) { if (project.hasProperty('release')) {