[Android] Update AppCompat repository URL

Geoffrey Métais git at videolan.org
Thu Jun 8 14:12:56 CEST 2017


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Jun  8 12:16:55 2017 +0200| [f3b5a250253d0c3a064f37dc3655a89c66dfbc50] | committer: Geoffrey Métais

Update AppCompat repository URL

> https://code.videolan.org/videolan/vlc-android/commit/f3b5a250253d0c3a064f37dc3655a89c66dfbc50
---

 build.gradle | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/build.gradle b/build.gradle
index 5a240c433..5297a2a6c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -11,6 +11,10 @@ buildscript {
 
 allprojects {
     repositories {
+        maven {
+            url 'https://maven.google.com'
+            // Alternative URL is 'https://dl.google.com/dl/android/maven2/'
+        }
         jcenter()
     }
 }



More information about the Android mailing list