diff --git a/scripts/properties.sh b/scripts/properties.sh index 8f4420ce8..68d2ee138 100644 --- a/scripts/properties.sh +++ b/scripts/properties.sh @@ -1,7 +1,14 @@ +# keep repology-metadata in sync with this + TERMUX_ANDROID_BUILD_TOOLS_VERSION=30.0.3 TERMUX_NDK_VERSION_NUM=23 TERMUX_NDK_REVISION="b" TERMUX_NDK_VERSION=$TERMUX_NDK_VERSION_NUM$TERMUX_NDK_REVISION +# when changing the above: +# remove TERMUX_PKG_REVISION in: +# libc++, ndk-multilib, ndk-sysroot, vulkan-loader-android +# update SHA256 sums in scripts/setup-android-sdk.sh +# check all packages build and run correctly and bump if needed export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64