Skip to content

Commit

Permalink
Revert to buildDir to fix F-Droid biuld
Browse files Browse the repository at this point in the history
  • Loading branch information
jspricke authored and Gitsaibot committed Jan 24, 2024
1 parent aa138cc commit 66ef764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ idea.project.settings {
// External project configuration end

tasks.register('clean', Delete) {
delete rootProject.layout.buildDirectory
delete rootProject.buildDir
delete 'app/libs'
}

0 comments on commit 66ef764

Please sign in to comment.