mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2024-11-21 21:22:44 +00:00
Add a warning about build tools version changes to the Android build script[ci skip]
This commit is contained in:
parent
aebf4c2d59
commit
ec21a22e30
|
@ -5,6 +5,12 @@ plugins {
|
||||||
|
|
||||||
android {
|
android {
|
||||||
namespace "io.github.doukutsu_rs"
|
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
|
compileSdkVersion 33
|
||||||
buildToolsVersion "33.0.0"
|
buildToolsVersion "33.0.0"
|
||||||
ndkVersion "25.2.9519653"
|
ndkVersion "25.2.9519653"
|
||||||
|
|
Loading…
Reference in a new issue