main
hrxiang 3 years ago
parent e4c78e0106
commit c7218cb94c
  1. 4
      android/build.gradle

@ -6,7 +6,6 @@ buildscript {
maven { maven {
url 'http://121.37.25.71:8081/repository/maven2/' url 'http://121.37.25.71:8081/repository/maven2/'
allowInsecureProtocol = true allowInsecureProtocol = true
// url 'http://121.37.25.71:8081/repository/maven-releases/'
} }
google() google()
mavenCentral() mavenCentral()
@ -22,7 +21,6 @@ rootProject.allprojects {
maven { maven {
url 'http://121.37.25.71:8081/repository/maven2/' url 'http://121.37.25.71:8081/repository/maven2/'
allowInsecureProtocol = true allowInsecureProtocol = true
// url 'http://121.37.25.71:8081/repository/maven-releases/'
} }
google() google()
mavenCentral() mavenCentral()
@ -43,5 +41,5 @@ android {
} }
} }
dependencies { dependencies {
implementation 'io.openim:core-sdk:2.0.9.+@aar' implementation 'io.openim:core-sdk:2.0.9.3@aar'
} }
Loading…
Cancel
Save