Update dependencies.
All checks were successful
Build Android / build (push) Successful in 2m57s

This commit is contained in:
2024-08-23 12:02:58 +02:00
parent 7ed3a29c5b
commit fdf8c5c7df
11 changed files with 55 additions and 53 deletions

View File

@@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.4.1'
classpath 'com.android.tools.build:gradle:8.5.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
@@ -26,7 +26,3 @@ allprojects {
mavenCentral()
}
}
tasks.register('clean', Delete) {
delete rootProject.buildDir
}