Browse Source

VideoReceiverApp: Fix gradle file and use https over http (#9230)

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
QGC4.4
Patrick José Pereira 4 years ago committed by GitHub
parent
commit
c6a90f3818
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      VideoReceiverApp/android/build.gradle

2
VideoReceiverApp/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