Skip to content

Commit 1b88cda

Browse files
authored
Update README.md
Jitpack use, because maven not working
1 parent bdeca30 commit 1b88cda

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,21 @@ You can check new implementations of `TableView` on the [release page](https://g
4545

4646
To use this library in your Android project, just add the following dependency into your module's `build.gradle`:
4747

48+
***Use Jitpack implementation***
49+
50+
1. Check Jitpack use :
51+
```
52+
allprojects {
53+
repositories {
54+
...
55+
maven { url 'https://jitpack.io' }
56+
}
57+
}
58+
```
59+
60+
2. Add implementation in project build :
4861
```
49-
dependencies {
50-
implementation 'com.evrencoskun.library:tableview:0.8.9.4'
51-
}
62+
implementation 'com.github.evrencoskun:TableView:v0.8.9.4'
5263
```
5364

5465
## Documentation

0 commit comments

Comments
 (0)