build: migrate from jcenter to mavenCentral

Switched the build script repository from JCenter to Maven Central as JCenter is being deprecated. This ensures continued access to dependencies and improves future compatibility and support.
This commit is contained in:
Kumi 2024-09-17 08:56:50 +02:00
parent 5cb5ed09c0
commit 32d3da15d5
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -3,7 +3,7 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.0'