From 240b1489f3aebcfb9383d717c958e1e5457b5a97 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Wed, 25 Sep 2019 23:12:16 +0200 Subject: [PATCH] Update android build tools to 29.0.2 --- scripts/properties.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/properties.sh b/scripts/properties.sh index 05243cf02..a37617b01 100644 --- a/scripts/properties.sh +++ b/scripts/properties.sh @@ -1,4 +1,4 @@ -TERMUX_ANDROID_BUILD_TOOLS_VERSION=28.0.3 +TERMUX_ANDROID_BUILD_TOOLS_VERSION=29.0.2 TERMUX_NDK_VERSION_NUM=20 TERMUX_NDK_REVISION="" TERMUX_NDK_VERSION=$TERMUX_NDK_VERSION_NUM$TERMUX_NDK_REVISION