From 25dcba23c39fbc742e4abb01ef8795c45c169b91 Mon Sep 17 00:00:00 2001 From: MrYoranimo Date: Mon, 11 Dec 2023 16:38:06 +0100 Subject: [PATCH] Upgrade build-tools (33.0.0 -> 33.0.1) This fixes a segfault in the aidl utility on Windows. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c136090b8..f36a52fa5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -79,7 +79,7 @@ android { targetCompatibility JavaVersion.VERSION_1_8 } compileSdkVersion 33 - buildToolsVersion "33.0.0" + buildToolsVersion "33.0.1" defaultConfig { applicationId "nodomain.freeyourgadget.gadgetbridge"