From a664412b140a505c716b04a2991f9e992cd07c7b Mon Sep 17 00:00:00 2001 From: nekit508 <83838384+nekit508@users.noreply.github.com> Date: Fri, 12 Jan 2024 22:52:24 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B0pparently=20i=20need=20to=20sleep?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 1dd09301..1b4b5b2e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -72,7 +72,7 @@ task dex { String executableName = System.getenv("OS") == "Windows_NT" ? "d8.bat" : "d8" def buildToolsRoot = new File("$sdkRoot/build-tools/").listFiles().sort().reverse().find { - f -> new File(f, ).exists(executableName) + f -> new File(f, executableName).exists() } if (!buildToolsRoot) throw new GradleException("No $executableName found. Ensure that you have an Android build tools installed.")