This commit is contained in:
Anuken
2023-07-25 11:08:08 -04:00
parent 4998abfe01
commit 6f725d320b
2 changed files with 6 additions and 4 deletions

View File

@@ -29,8 +29,8 @@ task deploy(type: Copy){
}
android{
buildToolsVersion '31.0.0'
compileSdkVersion 31
buildToolsVersion '33.0.2'
compileSdkVersion 33
sourceSets{
main{
manifest.srcFile 'AndroidManifest.xml'
@@ -56,7 +56,7 @@ android{
applicationId "io.anuke.mindustry"
minSdkVersion 14
targetSdkVersion 31
targetSdkVersion 33
versionName versionNameResult
versionCode = vcode