Skip to content

Commit

Permalink
аpparently i need to sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
nekit508 authored Jan 12, 2024
1 parent c55754b commit a664412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit a664412

Please sign in to comment.