init
This commit is contained in:
parent
e9f87aaf6f
commit
bdb00c2919
@ -9,7 +9,8 @@ buildscript {
|
|||||||
maven { url 'http://maven.aliyun.com/nexus/content/repositories/gradle-plugin' }
|
maven { url 'http://maven.aliyun.com/nexus/content/repositories/gradle-plugin' }
|
||||||
google()
|
google()
|
||||||
maven {
|
maven {
|
||||||
url 'http://127.0.0.1:8081/repository/maven-releases/'
|
url 'http://47.112.160.66:8081/repository/maven-releases'
|
||||||
|
// url 'http://127.0.0.1:8081/repository/maven-releases/'
|
||||||
}
|
}
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
@ -27,7 +28,8 @@ rootProject.allprojects {
|
|||||||
maven { url 'http://maven.aliyun.com/nexus/content/repositories/gradle-plugin' }
|
maven { url 'http://maven.aliyun.com/nexus/content/repositories/gradle-plugin' }
|
||||||
google()
|
google()
|
||||||
maven {
|
maven {
|
||||||
url 'http://127.0.0.1:8081/repository/maven-releases'
|
url 'http://47.112.160.66:8081/repository/maven-releases'
|
||||||
|
// url 'http://127.0.0.1:8081/repository/maven-releases'
|
||||||
}
|
}
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
@ -47,5 +49,6 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'io.openim:localsdk:1.2.6@aar'//graoupId:artifactId:version@aar
|
// implementation 'io.openim:localsdk:1.2.9@aar'
|
||||||
|
implementation 'io.openim:client-sdk:1.0.0@aar'//graoupId:artifactId:version@aar
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user