Skip to content

Commit 62edb66

Browse files
committed
Fix 'buildDir' is deprecated
1 parent 49ace3f commit 62edb66

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## [Unreleased]
55

66
- Upgraded Android Gradle Plugin to 8.10.1
7-
- Migrated BuildConfig to Gradle Build Files
7+
- Fixed various Gradle-related deprecations
88

99

1010
## [v1.4.2] (68) 煮者 (2025-01-12)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ allprojects
3030

3131
tasks.register('clean', Delete)
3232
{
33-
delete rootProject.buildDir
33+
delete rootProject.layout.buildDirectory
3434
}

0 commit comments

Comments
 (0)