1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-11 07:18:15 +00:00

Update Maven URL to https (#355)

This commit is contained in:
Jenn Magder
2020-03-05 14:38:03 -08:00
committed by GitHub
parent 2c3d8d2047
commit 715f62e685

View File

@@ -33,7 +33,7 @@ repositories {
}
maven {
// This maven repo contains artifacts for Flutter's Android embedding.
url 'http://download.flutter.io'
url 'https://storage.googleapis.com/download.flutter.io'
}
}