Update dependencies syntax for library-image-loader (compile => implementation)
This commit is contained in:
parent
a47048c65b
commit
c3e4b6ad50
@ -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')) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user