Browse Source

Merge pull request #6412 from jinchengde/android-compile

modify android build repo
QGC4.4
Don Gagne 7 years ago committed by GitHub
parent
commit
8f905240de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      android/build.gradle

5
android/build.gradle

@ -1,6 +1,9 @@ @@ -1,6 +1,9 @@
buildscript {
repositories {
jcenter()
maven {
url "http://repo1.maven.org/maven2"
}
}
dependencies {

Loading…
Cancel
Save