Skip to content

Commit 7df749b

Browse files
committed
fix:修复Could not get resource https://storage.googleapis.com/download.flutter.io
1 parent e494137 commit 7df749b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

android/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ buildscript {
33
repositories {
44
google()
55
jcenter()
6+
maven { url "https://storage.flutter-io.cn/download.flutter.io" }
67
}
78

89
dependencies {
@@ -15,6 +16,7 @@ allprojects {
1516
repositories {
1617
google()
1718
jcenter()
19+
maven { url "https://storage.flutter-io.cn/download.flutter.io" }
1820
}
1921
}
2022

0 commit comments

Comments
 (0)