This commit is contained in:
hrxiang
2022-05-11 17:30:11 +08:00
parent 3cb2c6d514
commit 952cb82417
4 changed files with 442 additions and 14 deletions

View File

@@ -3,13 +3,13 @@ version '1.0'
buildscript {
repositories {
maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter' }
maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' }
maven { url 'https://maven.aliyun.com/nexus/content/repositories/gradle-plugin' }
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/jcenter' }
maven { url 'http://maven.aliyun.com/nexus/content/groups/public' }
maven {
allowInsecureProtocol = true
url 'http://121.37.25.71:8081/repository/maven-releases/'
// url 'http://121.37.25.71:8081/repository/maven-releases/'
url 'http://121.37.25.71:8081/repository/maven2/'
}
google()
mavenCentral()
@@ -22,13 +22,13 @@ buildscript {
rootProject.allprojects {
repositories {
maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter' }
maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' }
maven { url 'https://maven.aliyun.com/nexus/content/repositories/gradle-plugin' }
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/jcenter' }
maven { url 'http://maven.aliyun.com/nexus/content/groups/public' }
maven {
allowInsecureProtocol = true
url 'http://121.37.25.71:8081/repository/maven-releases/'
// url 'http://121.37.25.71:8081/repository/maven-releases/'
url 'http://121.37.25.71:8081/repository/maven2/'
}
google()
mavenCentral()
@@ -49,5 +49,5 @@ android {
}
}
dependencies {
implementation 'io.openim:client-sdk:2.0.51@aar'
implementation 'io.openim:core-sdk:2.0.8.+@aar'
}