[6.7.0][code] 移除无用代码

This commit is contained in:
renwj
2024-09-14 10:31:34 +08:00
parent e732629d19
commit c62af8f517
2 changed files with 5 additions and 8 deletions

View File

@@ -1 +0,0 @@
11.0.16

View File

@@ -6,10 +6,9 @@ buildscript {
apply from: rootProject.file('gradle/ext.gradle')
repositories {
mavenLocal()
maven { url 'http://127.0.0.1:9921/nexus/content/groups/zhidao_group/' }
// maven { url 'https://nexus.zhidaoauto.com/repository/maven-snapshot/' }
// maven { url 'https://nexus.zhidaoauto.com/repository/maven-releases/' }
// maven { url 'https://nexus.zhidaoauto.com/repository/maven-public/' }
maven { url 'https://nexus.zhidaoauto.com/repository/maven-snapshot/' }
maven { url 'https://nexus.zhidaoauto.com/repository/maven-releases/' }
maven { url 'https://nexus.zhidaoauto.com/repository/maven-public/' }
maven { url 'https://storage.zego.im/maven' }
maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
maven { url 'https://maven.aliyun.com/repository/public' }
@@ -53,9 +52,8 @@ buildscript {
allprojects {
repositories {
mavenLocal()
maven { url 'http://127.0.0.1:9921/nexus/content/groups/zhidao_group/' }
// maven { url 'https://nexus.zhidaoauto.com/repository/maven-releases/' }
// maven { url 'https://nexus.zhidaoauto.com/repository/maven-public/' }
maven { url 'https://nexus.zhidaoauto.com/repository/maven-releases/' }
maven { url 'https://nexus.zhidaoauto.com/repository/maven-public/' }
maven { url 'https://storage.zego.im/maven' }
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }