Skip to content

Commit

Permalink
Android SDK target version 34
Browse files Browse the repository at this point in the history
idk if this will break anything, but i wish everything will be okay
  • Loading branch information
Acemany committed Dec 19, 2024
1 parent 6779eee commit 558f597
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ task deploy(type: Copy){
}

android {
buildToolsVersion '28.0.3'
compileSdkVersion 28
buildToolsVersion "34.0.0"
compileSdkVersion 34
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
Expand Down Expand Up @@ -93,8 +93,7 @@ android {

applicationId "io.acemany.mindustryV4"
minSdkVersion 14
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 28
targetSdkVersion 34
versionCode code
versionName versionNameResult
}
Expand Down

0 comments on commit 558f597

Please sign in to comment.