소스 검색

update android/build.gradle

wudebin 6 달 전
부모
커밋
7a7a8d0cb1
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      Strides-SPAPP/android/build.gradle

+ 4 - 0
Strides-SPAPP/android/build.gradle

@@ -13,6 +13,10 @@ buildscript {
         ndkVersion = "27.1.12297006"
     }
     repositories {
+        // 阿里云镜像加速
+        maven { url 'https://maven.aliyun.com/repository/google' }
+        maven { url 'https://maven.aliyun.com/repository/central' }
+        maven { url 'https://maven.aliyun.com/repository/public' }
         google()
         mavenCentral()
     }