]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Replace jcenter with mavenCentral repository
authorTobias Brunner <tobias@strongswan.org>
Mon, 28 Jun 2021 12:26:24 +0000 (14:26 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 13 Jul 2021 12:18:42 +0000 (14:18 +0200)
src/frontends/android/build.gradle

index 58f324c18bce46a51046327acd696408c8c4b1e3..ced60e22098653256e451f76c8cf94b1874dc717 100644 (file)
@@ -1,6 +1,6 @@
 buildscript {
     repositories {
-        jcenter()
+        mavenCentral()
         google()
     }
     dependencies {
@@ -10,7 +10,7 @@ buildscript {
 
 allprojects {
     repositories {
-        jcenter()
+        mavenCentral()
         google()
     }
 }