Skip to content

VolcanoMobile/weserv-sdk

Repository files navigation

weserv SDK

Download License Build Status

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'
}