Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muabe/uniboot


https://github.com/muabe/uniboot

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Android Uni-FrameWork boot strap

### Add it in your root build.gradle at the end of repositories
```gragle
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
```

### Add the dependency
```gragle
dependencies {
implementation 'com.github.muabe:UniBoot:v0.5.7'
}
```