Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 833 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 833 Bytes

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