Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 674 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 674 Bytes

GradientButton

Android Arsenal

Gradient buttons

GradientButton

Gradle

Add the following to your project level build.gradle:

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

Add this to your app build.gradle:

dependencies {
    compile 'com.github.bartbergmans:GradientButton:1.0.0'
}