Setup - krtkush/LinearTimer GitHub Wiki
LinearTimer is deployed via jitpack.io
. Detailed description about jitpack and all the available versions of LinearTimer can be found on the link below -
Setup is pretty straight forward.
In your project's build.gradle
add the following -
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}
And, in your app's build.gradle
add this under dependencies
block -
compile 'com.github.krtkush:LinearTimer:<your_choice_of_version>'