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