no message

This commit is contained in:
cpdl
2024-11-18 09:30:19 +08:00
parent 3263ebb46f
commit a091534d2c
2 changed files with 4 additions and 10 deletions

View File

@@ -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'
}