From b375d142fd1c2ed58a2e41f28877bab3da4acdc9 Mon Sep 17 00:00:00 2001 From: Miku AuahDark Date: Thu, 8 Jan 2026 11:02:13 +0800 Subject: [PATCH] Update LOVE submodule. --- app/src/main/cpp/love | 2 +- build.gradle | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/app/src/main/cpp/love b/app/src/main/cpp/love index fc421275..5670df13 160000 --- a/app/src/main/cpp/love +++ b/app/src/main/cpp/love @@ -1 +1 @@ -Subproject commit fc42127510659651ee692ab820992fd978fae92c +Subproject commit 5670df13b6980afd025cd7e7d442a24499bf86a7 diff --git a/build.gradle b/build.gradle index fe92cae5..6ee0888a 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,3 @@ buildscript { // in the individual module build.gradle files } } - -task clean(type: Delete) { - delete rootProject.buildDir -} \ No newline at end of file