aboutsummaryrefslogtreecommitdiff
path: root/android/build.gradle
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2023-02-23 11:32:42 +0100
committerSmallJoker <SmallJoker@users.noreply.github.com>2023-03-02 19:57:18 +0100
commitfee2e3ee27a36c9a33e3cd75c676a0edc33ccac5 (patch)
treeea2018961d90d34f110298b17aaa0dd7565fdb7f /android/build.gradle
parenta93f3542d92e87c3d728f067358e6f42b31cfe96 (diff)
downloadminetest-fee2e3ee27a36c9a33e3cd75c676a0edc33ccac5.tar.xz
Fix task ordering and more in Gradle Android build
Diffstat (limited to 'android/build.gradle')
-rw-r--r--android/build.gradle1
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'
}