mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-22 03:58:48 +00:00
Remove unnecessary jcenter repository.
This commit is contained in:
committed by
Cody Henthorne
parent
ee16e4236e
commit
7c5bae3b53
@@ -7,12 +7,6 @@ buildscript {
|
|||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
jcenter {
|
|
||||||
content {
|
|
||||||
includeVersion("org.jetbrains.trove4j", "trove4j", "20160824")
|
|
||||||
includeGroupByRegex("com\\.archinamon.*")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
maven {
|
maven {
|
||||||
url = uri("https://plugins.gradle.org/m2/")
|
url = uri("https://plugins.gradle.org/m2/")
|
||||||
content {
|
content {
|
||||||
@@ -20,6 +14,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath("com.android.tools.build:gradle:8.0.2")
|
classpath("com.android.tools.build:gradle:8.0.2")
|
||||||
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.5.3")
|
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.5.3")
|
||||||
|
|||||||
Reference in New Issue
Block a user