Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Victory-Over authored Sep 4, 2018
1 parent d9fe2ba commit 9b3d6c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
```Java
allprojects {
repositories {
maven { url "https://source.enncloud.cn/FNAndroidTeam/FNSuperWeb/raw/master/superweb" }
maven { url 'https://jitpack.io' }
}
}
```
Expand All @@ -27,7 +27,7 @@ allprojects {

```Java
dependencies {
implementation 'com.fanneng.android:superweb:1.0.0@aar'
implementation 'com.github.Victory-Over:SuperWeb:v1.0.0
}
```
Expand Down

0 comments on commit 9b3d6c3

Please sign in to comment.