Raised minSdkVersion 14 -> 21 for Android due to NDK no longer supporting 14

This commit is contained in:
Anuken
2026-06-21 13:02:18 -04:00
parent 7359e05412
commit 2ecc7ff340

View File

@@ -60,7 +60,7 @@ android{
def versionNameResult = "$versionNumber-$versionType-${getBuildVersion().replace(" ", "-")}"
applicationId "io.anuke.mindustry"
minSdkVersion 14
minSdkVersion 21
targetSdkVersion 36
versionName versionNameResult