Skip to content

Commit 3153774

Browse files
Update README.md
1 parent d6a75e9 commit 3153774

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
11
# CleanUI
2+
3+
[![](https://jitpack.io/v/JonathandelaSen/CleanUI.svg)](https://jitpack.io/#JonathandelaSen/CleanUI)
4+
25
Android library to create beautiful, clean and minimal UIs.
6+
7+
8+
9+
## Instalation 🛠
10+
11+
### Gradle
12+
13+
Add it in your root build.gradle at the end of repositories
14+
15+
allprojects {
16+
repositories {
17+
...
18+
maven { url 'https://jitpack.io' }
19+
}
20+
}
21+
22+
Add the dependency
23+
24+
dependencies {
25+
implementation 'com.github.JonathandelaSen:CleanUI:0.0.1'
26+
}

0 commit comments

Comments
 (0)