forked from krtkush/LinearTimer
-
Notifications
You must be signed in to change notification settings - Fork 0
Setup
Daksh edited this page Mar 3, 2017
·
1 revision
LinearTimer is deployed via jitpack.io. Detailed description about jitpack and all the available versions of LinearTimer can be found on the link below -
[]
(https://jitpack.io/#krtkush/LinearTimer)
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>'