Upgrade gradle

This commit is contained in:
edr
2023-10-01 21:43:17 +02:00
parent 9d052fae2f
commit 37b21ad495
4 changed files with 9 additions and 11 deletions

View File

@@ -1,17 +1,17 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
classpath 'com.android.tools.build:gradle:8.0.2'
}
}
allprojects {
repositories {
jcenter()
mavenCentral()
google()
}
}