We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f54f27c + 42136d7 commit 8c189b3Copy full SHA for 8c189b3
1 file changed
README.md
@@ -0,0 +1,18 @@
1
+# SomeUIDesigns
2
+Simple Swipe Button. Inspired by ClayEditor Button
3
+
4
+
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