Update Maven URL to https (#355)

pull/357/head
Jenn Magder 5 years ago committed by GitHub
parent 2c3d8d2047
commit 715f62e685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save