Current fixes to build with Gradle 9.0.0 and JSK 24
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user