Remove unnecessary jcenter repository.

This commit is contained in:
Greyson Parrelli 2023-11-27 09:35:55 -05:00 committed by Cody Henthorne
parent ee16e4236e
commit 7c5bae3b53

View file

@ -7,12 +7,6 @@ buildscript {
repositories {
google()
mavenCentral()
jcenter {
content {
includeVersion("org.jetbrains.trove4j", "trove4j", "20160824")
includeGroupByRegex("com\\.archinamon.*")
}
}
maven {
url = uri("https://plugins.gradle.org/m2/")
content {
@ -20,6 +14,7 @@ buildscript {
}
}
}
dependencies {
classpath("com.android.tools.build:gradle:8.0.2")
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.5.3")