Skip to content

Commit

Permalink
Merge pull request #102 from bytedance/yangzhiqian/master
Browse files Browse the repository at this point in the history
fix readme:bytedance maven url
  • Loading branch information
yangzhiqian authored Jun 7, 2021
2 parents dd238b3 + 32f4207 commit acd9827
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 acd9827

Please sign in to comment.