Skip to content

Commit c0e439c

Browse files
author
Tsur Yohananov
committed
...
2 parents 4e30d44 + 38cefd0 commit c0e439c

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
11
# 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

Comments
 (0)