-
Notifications
You must be signed in to change notification settings - Fork 31
Setup
Kartikey Kushwaha edited this page Mar 29, 2017
·
2 revisions
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>'
The repository issues page is available for any kind of suggestions, requests or bug reports.