Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 422 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 422 Bytes

SomeUIDesigns

Simple Swipe Button. Inspired by ClayEditor Button

Alt Text

alt text

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}
  
 dependencies {
	implementation 'com.github.CodeCLS:SomeUIDesigns:1.0.0'
}