Browse Source

更新 'settings.gradle'

lvhongxu123 3 years ago
parent
commit
c84b5d4177
1 changed files with 3 additions and 1 deletions
  1. 3 1
      settings.gradle

+ 3 - 1
settings.gradle

@@ -7,7 +7,9 @@ dependencyResolutionManagement {
         maven { url 'https://jitpack.io' }
 		maven { url "https://frontjs-static.pgyer.com/dist/sdk/pgyersdk" }  //主力仓库
         maven { url "https://raw.githubusercontent.com/Pgyer/analytics/master" }  //备用仓库(主力仓库下载不下来使用)
-      	maven { url "http://mirrors.tencentyun.com/nexus/repository/maven-public/"}
+      	maven { 
+          allowInsecureProtocol=true
+          url "http://mirrors.tencentyun.com/nexus/repository/maven-public/"}
     }
 }
 rootProject.name = "EduAndroid"