diff options
| author | sfan5 <sfan5@live.de> | 2023-02-23 11:32:42 +0100 |
|---|---|---|
| committer | SmallJoker <SmallJoker@users.noreply.github.com> | 2023-03-02 19:57:18 +0100 |
| commit | fee2e3ee27a36c9a33e3cd75c676a0edc33ccac5 (patch) | |
| tree | ea2018961d90d34f110298b17aaa0dd7565fdb7f /android/build.gradle | |
| parent | a93f3542d92e87c3d728f067358e6f42b31cfe96 (diff) | |
| download | minetest-fee2e3ee27a36c9a33e3cd75c676a0edc33ccac5.tar.xz | |
Fix task ordering and more in Gradle Android build
Diffstat (limited to 'android/build.gradle')
| -rw-r--r-- | android/build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android/build.gradle b/android/build.gradle index cbe01c56f..ca27dcb53 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -33,5 +33,4 @@ allprojects { task clean(type: Delete) { delete rootProject.buildDir - delete 'native/deps' } |
