update-jcenter

main
王宇洋 2 years ago
parent 7c79a7d164
commit 273dd505fa

@ -4,6 +4,8 @@ buildscript {
maven{ url 'https://maven.aliyun.com/repository/central' }
maven{ url 'https://maven.aliyun.com/repository/public' }
maven{ url 'https://maven.aliyun.com/repository/gradle-plugin'}
maven{ url 'https://maven.aliyun.com/repository/jcenter'}
google()
mavenCentral()
maven { url "https://jitpack.io" }

@ -1,6 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
maven{ url 'https://maven.aliyun.com/repository/central' }
maven{ url 'https://maven.aliyun.com/repository/public' }
maven{ url 'https://maven.aliyun.com/repository/gradle-plugin'}
google()
mavenCentral()
maven { url "https://jitpack.io" }

Loading…
Cancel
Save