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:
parent
5cb5ed09c0
commit
32d3da15d5
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
buildscript {
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:8.1.0'
|
||||
|
|
Loading…
Reference in a new issue