update:优化item分割,更新gradle配置
bugfixes:
This commit is contained in:
2024-10-31 10:24:13 +08:00
parent 5e16dce80f
commit 563f657a4f
2 changed files with 17 additions and 12 deletions

View File

@@ -5,7 +5,11 @@ buildscript {
repositories {
google()
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
maven { url 'https://developer.huawei.com/repo/' }
maven { url 'https://maven.aliyun.com/repository/central/' }
maven { url 'https://maven.aliyun.com/repository/public/' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.3'
@@ -19,10 +23,11 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
maven { url "https://www.jitpack.io" }
maven { url "https://maven.aliyun.com/repository/public" } //jcenter & central
maven { url "https://maven.aliyun.com/repository/google" }
mavenCentral()
maven { url "https://jitpack.io" }
maven { url 'https://developer.huawei.com/repo/' }
maven { url 'https://maven.aliyun.com/repository/central/' }
maven { url 'https://maven.aliyun.com/repository/public/' }
}
}