[tbb-commits] [tor-android-service/master] Bug 40005: Replace repo.spring.io with jcenter()
sysrqb at torproject.org
sysrqb at torproject.org
Thu Jan 7 20:48:08 UTC 2021
commit 603775f877f6e294e25f053a4d1fc10dce96e9bf
Author: Georg Koppen <gk at torproject.org>
Date: Sun Dec 27 10:37:48 2020 +0000
Bug 40005: Replace repo.spring.io with jcenter()
See: tor-browser-build#40195 for more context
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 986f2ef..8960121 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,7 +6,7 @@ buildscript {
mavenLocal()
google()
mavenCentral()
- maven { url "https://repo.spring.io/plugins-release" }
+ jcenter()
}
dependencies {
classpath "com.android.tools.build:gradle:${androidplugin}"
@@ -21,7 +21,7 @@ allprojects {
mavenLocal()
google()
mavenCentral()
- maven { url "https://repo.spring.io/plugins-release" }
+ jcenter()
maven { url "https://raw.githubusercontent.com/guardianproject/gpmaven/master" }
}
}
More information about the tbb-commits
mailing list