Update Gradle

This commit is contained in:
Emux 2025-04-17 13:53:49 +03:00
parent e031835592
commit c68c451151
No known key found for this signature in database
GPG key ID: 64ED9980896038C3
5 changed files with 11 additions and 6 deletions

View file

@ -6,13 +6,13 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.7.3'
classpath 'com.android.tools.build:gradle:8.9.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
task clean(type: Delete) {
delete rootProject.buildDir
tasks.register('clean', Delete) {
delete rootProject.layout.buildDirectory
}