Update packages

This commit is contained in:
Geoffroy Bonneville
2024-07-11 11:20:05 +02:00
parent 9a0ebcdada
commit c1f90fb1ee
5 changed files with 282 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.2.0'
classpath 'com.android.tools.build:gradle:8.5.0'
classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.2.0'
// NOTE: Do not place your application dependencies here; they belong
@@ -29,7 +29,7 @@ allprojects {
}
tasks.register('clean', Delete) {
delete rootProject.buildDir
delete rootProject.layout.buildDirectory
}
apply plugin: 'org.sonarqube'