Android inset support, API level upgrade & editor inset fix

This commit is contained in:
Anuken
2025-09-27 01:45:25 -04:00
parent e79fa75f8b
commit 20a96a9c5d
3 changed files with 10 additions and 5 deletions

View File

@@ -30,8 +30,8 @@ task deploy(type: Copy){
android{
namespace = "io.anuke.mindustry"
buildToolsVersion = '34.0.0'
compileSdk = 34
buildToolsVersion = '36.0.0'
compileSdk = 36
sourceSets{
main{
manifest.srcFile 'AndroidManifest.xml'
@@ -57,8 +57,8 @@ android{
applicationId "io.anuke.mindustry"
minSdkVersion 14
targetSdkVersion 34
targetSdkVersion 36
versionName versionNameResult
versionCode = vcode