[Android] Completely remove the jcenter repository

Nicolas Pomepuy git at videolan.org
Tue Jul 20 07:33:36 UTC 2021


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Jul 20 06:32:01 2021 +0200| [23ffdc5b0a760eee6aefe5efc34e94c7c8a8fef1] | committer: Nicolas Pomepuy

Completely remove the jcenter repository

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

 build.gradle | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 867aca7e4..4ed37dd3a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,7 +6,6 @@ buildscript {
     repositories {
         flatDir dirs: "gradle/plugins"
         google()
-        jcenter()
         mavenCentral()
         mavenLocal()
    }
@@ -21,7 +20,7 @@ buildscript {
 allprojects {
     repositories {
         google()
-        jcenter()
+        mavenCentral()
     }
     tasks.withType(Javadoc) {
         // Ignores errors from mavenAndroidJavadocs task



More information about the Android mailing list