Skip to content

Commit

Permalink
fix readme:bytedance maven url
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzhiqian committed Jun 7, 2021
1 parent 73b3d86 commit 32f4207
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ buildscript {
repositories {
google()
jcenter()
maven {
url "https://artifact.bytedance.com/repository/byteX/"
}
}
dependencies {
Expand Down
3 changes: 3 additions & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ buildscript {
repositories {
google()
jcenter()
maven {
url "https://artifact.bytedance.com/repository/byteX/"
}
}
dependencies {
Expand Down

0 comments on commit 32f4207

Please sign in to comment.