Skip to content

Commit 3eb5638

Browse files
tsunamistatepionere
authored andcommitted
Android stuff
* Upgrade Gradle addon to latest version * Replace deprecated syntax for "Clean" task
1 parent 5307d19 commit 3eb5638

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android-project/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
google()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:8.9.2'
9+
classpath 'com.android.tools.build:gradle:8.10.0'
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files
@@ -20,6 +20,6 @@ allprojects {
2020
}
2121
}
2222

23-
task clean(type: Delete) {
24-
delete rootProject.buildDir
23+
tasks.register('clean', Delete) {
24+
delete rootProject.layout.buildDirectory
2525
}

0 commit comments

Comments
 (0)