FuShaoLei / Alab

一个玩具性质的仓库

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alab-这只是个实验性质的仓库

How to use

Step 1. Add the JitPack repository to your build file

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

Step 2. Add the dependency

dependencies {
    implementation 'com.github.fushaolei:Alab:Tag'
}

Tag = img

About

一个玩具性质的仓库

License:MIT License


Languages

Language:Kotlin 100.0%