no message
This commit is contained in:
@@ -26,6 +26,7 @@ buildscript {
|
||||
|
||||
rootProject.allprojects {
|
||||
repositories {
|
||||
maven { url 'http://192.168.77.132:8081/#browse/browse:mvn2-group' }
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
@@ -46,15 +47,8 @@ android {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
sourceSets {
|
||||
main {
|
||||
jniLibs.srcDirs = ['libs/jni']
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
implementation 'com.openim:sdkcore:1.0.0'
|
||||
}
|
||||
Reference in New Issue
Block a user