Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 318 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 318 Bytes

the simple switch button

Step 1. Add the JitPack repository to your build file

    allprojects {
		repositories {
			...
			maven { url 'https://www.jitpack.io' }
		}
	}

Step 2. Add the dependency

     dependencies {
            compile 'com.github.libq:switch:1.0.0'
	}