Explorar el Código

update platforms/android/build.gradle.
添加阿里源

周小涛 hace 5 años
padre
commit
c2f21d13a9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      platforms/android/build.gradle

+ 1 - 0
platforms/android/build.gradle

@@ -22,6 +22,7 @@ buildscript {
     repositories {
         google()
         jcenter()
+        maven{ url 'https://maven.aliyun.com/repository/google' }
     }
 
     dependencies {