Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 405 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 405 Bytes

Garage for Android

Release

setup

build.gradle

allprojects {
    repositories {
        jcenter()
        maven { url "https://jitpack.io" }
    }
}

module/build.gradle

dependencies {
    implementation "com.github.tokubai:garage-android:$version"
}