Build: Fix ivy repository for android sdk
There is no `artifact()` in metadataSources by default in gradle 6.0
This commit is contained in:
+3
@@ -9,6 +9,9 @@ repositories {
|
|||||||
artifact("[artifact]_[revision](-[classifier]).[ext]")
|
artifact("[artifact]_[revision](-[classifier]).[ext]")
|
||||||
artifact("[artifact]_[revision](-[classifier]).[ext]")
|
artifact("[artifact]_[revision](-[classifier]).[ext]")
|
||||||
}
|
}
|
||||||
|
metadataSources {
|
||||||
|
artifact()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user