Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hrxiang committed Dec 23, 2021
1 parent b8b0eb7 commit d34a029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions OpenIM-SDK/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ plugins {
}

android {
compileSdkVersion 30
compileSdkVersion 31

defaultConfig {
minSdkVersion 21
targetSdkVersion 30
targetSdkVersion 31
versionCode 1
versionName "1.0"

Expand Down
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ buildscript {
allowInsecureProtocol = true
url 'http://47.112.160.66:8081/repository/maven-releases'
}
// maven { url 'https://127.0.0.1:8081/repository/maven-releases' }
google()
mavenCentral()
}
Expand All @@ -31,7 +30,6 @@ allprojects {
allowInsecureProtocol = true
url 'http://47.112.160.66:8081/repository/maven-releases'
}
// maven { url 'https://127.0.0.1:8081/repository/maven-releases' }
google()
mavenCentral()
}
Expand Down

0 comments on commit d34a029

Please sign in to comment.