Browse Source

Merge pull request #8245 from jinchengde/pr-maven-https

set maven url to https
QGC4.4
Gus Grubba 5 years ago committed by GitHub
parent
commit
69d47d7439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      android/build.gradle

2
android/build.gradle

@ -2,7 +2,7 @@ buildscript { @@ -2,7 +2,7 @@ buildscript {
repositories {
maven {
url "http://repo1.maven.org/maven2"
url "https://repo1.maven.org/maven2"
}
}

Loading…
Cancel
Save