Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muabe/uniboot
https://github.com/muabe/uniboot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/muabe/uniboot
- Owner: muabe
- Created: 2016-10-24T02:27:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T19:42:47.000Z (over 3 years ago)
- Last Synced: 2023-08-10T20:27:40.933Z (over 1 year ago)
- Language: Java
- Size: 5.29 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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'
}
```