1.2.8 W5A 平台

This commit is contained in:
2026-03-25 10:11:25 +08:00
parent 9cbe412eb8
commit 39e4815470

View File

@@ -4,11 +4,13 @@ buildscript {
repositories { repositories {
google() google()
mavenCentral() // mavenCentral()
maven { url "https://jitpack.io" } maven { url "https://jitpack.io" }
maven {url 'http://developer.huawei.com/repo/'} maven { url 'https://developer.huawei.com/repo/' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter' } maven { url 'https://maven.aliyun.com/repository/central' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/releases/' } maven { url "https://maven.aliyun.com/repository/jcenter" }
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/google' }
} }
dependencies { dependencies {
@@ -22,11 +24,13 @@ buildscript {
allprojects { allprojects {
repositories { repositories {
google() google()
mavenCentral() // mavenCentral()
maven { url "https://jitpack.io" } maven { url "https://jitpack.io" }
maven {url 'http://developer.huawei.com/repo/'} maven { url 'https://developer.huawei.com/repo/' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter' } maven { url 'https://maven.aliyun.com/repository/central' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/releases/' } maven { url "https://maven.aliyun.com/repository/jcenter" }
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/google' }
} }
gradle.projectsEvaluated { gradle.projectsEvaluated {