Upgrade build-tools (33.0.0 -> 33.0.1)

This fixes a segfault in the aidl utility on Windows.
This commit is contained in:
MrYoranimo 2023-12-11 16:38:06 +01:00 committed by José Rebelo
parent 8574a41fe7
commit 25dcba23c3

View File

@ -79,7 +79,7 @@ android {
targetCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8
} }
compileSdkVersion 33 compileSdkVersion 33
buildToolsVersion "33.0.0" buildToolsVersion "33.0.1"
defaultConfig { defaultConfig {
applicationId "nodomain.freeyourgadget.gadgetbridge" applicationId "nodomain.freeyourgadget.gadgetbridge"