From ec21a22e3049a907f8530aab64fdcfbbb14f3229 Mon Sep 17 00:00:00 2001 From: biroder <107300789+biroder@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:36:49 +0200 Subject: [PATCH] Add a warning about build tools version changes to the Android build script[ci skip] --- app/app/build.gradle | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/app/build.gradle b/app/app/build.gradle index 7940a4a..1ae3762 100644 --- a/app/app/build.gradle +++ b/app/app/build.gradle @@ -5,6 +5,12 @@ plugins { android { namespace "io.github.doukutsu_rs" + + /** + * NOTE: If you want to change the versions of packages required for the build + * (e.g. build tools, compile SDK, NDK) or add new ones, + * make the appropriate changes in packages.txt. Otherwise CI could break. + */ compileSdkVersion 33 buildToolsVersion "33.0.0" ndkVersion "25.2.9519653"