We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e30d44 + 38cefd0 commit c0e439cCopy full SHA for c0e439c
1 file changed
README.md
@@ -1 +1,22 @@
1
# Android-Countdown-Timer
2
+
3
4
+### Installing
5
6
+Add the JitPack repository to your build file.
7
+Add it in your root build.gradle at the end of repositories:
8
+```
9
+allprojects {
10
+ repositories {
11
+ ...
12
+ maven { url 'https://jitpack.io' }
13
+ }
14
+}
15
16
17
+Add the dependency
18
19
+dependencies {
20
+ implementation 'com.github.tsuryo:Android-Countdown-Timer:1'
21
22
0 commit comments