update gradle version

This commit is contained in:
Kai
2024-08-21 14:22:54 -05:00
parent ec19ea44ad
commit a8ebba691e
6 changed files with 6 additions and 8 deletions
-2
View File
@@ -3,7 +3,6 @@ pluginManagement {
gradlePluginPortal()
google()
mavenCentral()
jcenter()
}
}
dependencyResolutionManagement {
@@ -11,7 +10,6 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
jcenter()
maven { url 'https://jitpack.io' }
}
}