Browse Source

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

周小涛 5 năm trước cách đây
mục cha
commit
c2f21d13a9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 {