Skip to content
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 -

Release

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>'