From 32f42072e71470f9aaa3fa25a6c8841c0e42792c Mon Sep 17 00:00:00 2001 From: yangzhiqian Date: Mon, 7 Jun 2021 15:15:59 +0800 Subject: [PATCH] fix readme:bytedance maven url --- README.md | 3 +++ README_zh.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 34ddb5f..d4aeb13 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,9 @@ buildscript { repositories { google() jcenter() + maven { + url "https://artifact.bytedance.com/repository/byteX/" + } } dependencies { diff --git a/README_zh.md b/README_zh.md index e952485..33666fa 100644 --- a/README_zh.md +++ b/README_zh.md @@ -69,6 +69,9 @@ buildscript { repositories { google() jcenter() + maven { + url "https://artifact.bytedance.com/repository/byteX/" + } } dependencies {