This commit is contained in:
hrxiang
2021-07-14 16:19:21 +08:00
parent c15773e28c
commit 9ac48d065a
13 changed files with 232 additions and 77 deletions

View File

@@ -7,11 +7,9 @@ buildscript {
maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/google' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/gradle-plugin' }
maven { url 'http://47.112.160.66:8081/repository/maven-releases'}
maven { url 'http://127.0.0.1:8081/repository/maven-releases' }
google()
maven {
url 'http://47.112.160.66:8081/repository/maven-releases'
// url 'http://127.0.0.1:8081/repository/maven-releases/'
}
mavenCentral()
}
@@ -26,11 +24,9 @@ rootProject.allprojects {
maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/google' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/gradle-plugin' }
maven { url 'http://47.112.160.66:8081/repository/maven-releases'}
maven { url 'http://127.0.0.1:8081/repository/maven-releases' }
google()
maven {
url 'http://47.112.160.66:8081/repository/maven-releases'
// url 'http://127.0.0.1:8081/repository/maven-releases'
}
mavenCentral()
}
}
@@ -49,6 +45,6 @@ android {
}
}
dependencies {
// implementation 'io.openim:localsdk:1.2.9@aar'
implementation 'io.openim:client-sdk:1.0.0@aar'//graoupId:artifactId:version@aar
implementation 'io.openim:client-sdk:0.0.1@aar'
// implementation 'io.openim:client-sdk:1.0.0@aar'//graoupId:artifactId:version@aar
}