Skip to content

Commit 8c189b3

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents f54f27c + 42136d7 commit 8c189b3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# SomeUIDesigns
2+
Simple Swipe Button. Inspired by ClayEditor Button
3+
4+
![alt text](https://drive.google.com/uc?export=view&id=1K4ymaQK37g2pqg-R16YPzL1911YR-Apr)
5+
6+
```groovy
7+
allprojects {
8+
repositories {
9+
...
10+
maven { url 'https://jitpack.io' }
11+
}
12+
}
13+
14+
dependencies {
15+
implementation 'com.github.CodeCLS:SomeUIDesigns:1.0.0'
16+
}
17+
18+
```

0 commit comments

Comments
 (0)