Update android build tools from 27.0.1 to 27.0.3
[termux-packages] / build-package.sh
index 3fb03dd..aea2172 100755 (executable)
@@ -259,7 +259,7 @@ termux_step_setup_variables() {
        : "${TERMUX_ANDROID_HOME:="/data/data/com.termux/files/home"}"
        : "${TERMUX_DEBUG:=""}"
        : "${TERMUX_PKG_API_LEVEL:="21"}"
-       : "${TERMUX_ANDROID_BUILD_TOOLS_VERSION:="27.0.1"}"
+       : "${TERMUX_ANDROID_BUILD_TOOLS_VERSION:="27.0.3"}"
        : "${TERMUX_NDK_VERSION:="16"}"
 
        if [ "x86_64" = "$TERMUX_ARCH" ] || [ "aarch64" = "$TERMUX_ARCH" ]; then