mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-08-11 01:31:52 +03:00
Raised minSdkVersion 14 -> 21 for Android due to NDK no longer supporting 14
This commit is contained in:
@@ -60,7 +60,7 @@ android{
|
||||
def versionNameResult = "$versionNumber-$versionType-${getBuildVersion().replace(" ", "-")}"
|
||||
|
||||
applicationId "io.anuke.mindustry"
|
||||
minSdkVersion 14
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 36
|
||||
|
||||
versionName versionNameResult
|
||||
|
||||
Reference in New Issue
Block a user