Upgraded to Gradle 8.4.2

This commit is contained in:
2026-02-27 23:07:22 +01:00
parent 6f1f112d98
commit ea57dd01e5
4 changed files with 9 additions and 6 deletions

View File

@@ -2,10 +2,10 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.2'
classpath 'com.android.tools.build:gradle:8.4.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -15,7 +15,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}