Skip to content

Commit

Permalink
build: target Android SDK 34
Browse files Browse the repository at this point in the history
  • Loading branch information
calmh committed May 11, 2024
1 parent dc590a0 commit bcb5df8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) {
}

android {
compileSdkVersion 31
compileSdkVersion 34

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand All @@ -43,10 +43,9 @@ android {
}

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "net.kastelo.flaska"
minSdkVersion 28
targetSdkVersion 33
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand Down

0 comments on commit bcb5df8

Please sign in to comment.