Merge remote-tracking branch 'github/main'
# Conflicts: # android/build.gradle # ios/flutter_openim_sdk.podspec
This commit is contained in:
@@ -15,6 +15,10 @@ def getCurrentProjectDir() {
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
maven { url 'https://maven.aliyun.com/repository/public' }
|
||||
maven { url 'https://maven.aliyun.com/repository/central' }
|
||||
maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' }
|
||||
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
@@ -38,7 +42,7 @@ rootProject.allprojects {
|
||||
apply plugin: 'com.android.library'
|
||||
|
||||
android {
|
||||
compileSdkVersion 30
|
||||
compileSdkVersion 34
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 21
|
||||
@@ -53,5 +57,5 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.openim:sdkcore:1.0.0'
|
||||
implementation 'com.openim:sdkcore:1.0.2'
|
||||
}
|
||||
Reference in New Issue
Block a user