From bf18a2bcd37be3d10e46c55d92777236edce4c8b Mon Sep 17 00:00:00 2001 From: mueller-ma Date: Sun, 24 Sep 2023 17:04:57 +0200 Subject: [PATCH] Update buildToolsVersion '33.0.2' Signed-off-by: mueller-ma --- .idea/kotlinc.xml | 2 +- mobile/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index fdf8d994a6..f8467b458e 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/mobile/build.gradle b/mobile/build.gradle index ea4419a349..e4d0ad88d4 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -40,7 +40,7 @@ if (!isFoss) { } android { - buildToolsVersion "33.0.0" + buildToolsVersion '33.0.2' compileSdkVersion 33 useLibrary "org.apache.http.legacy" namespace 'org.openhab.habdroid'