Current fixes to build with Gradle 9.0.0 and JSK 24

This commit is contained in:
Olusesan Ameye
2025-08-03 07:36:50 -04:00
parent 3aed912ae8
commit b92f1520d4
7 changed files with 26 additions and 16 deletions
+5 -1
View File
@@ -2,17 +2,21 @@
buildscript {
ext {
agp_version = '8.12.0'
}
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.0.2'
classpath "com.android.tools.build:gradle:$agp_version"
classpath 'com.google.gms:google-services:4.3.15'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
apply from: "variables.gradle"