Kotlin DSL URL builder for https://images.weserv.nl/
Add this in your root build.gradle
file (not your module build.gradle
file):
allprojects {
repositories {
maven { url "https://dl.bintray.com/volcanomobile/public" }
}
}
Then, add the library to your module build.gradle
dependencies {
implementation 'net.volcanomobile:weservsdk:0.2'
}