Skip to content

Commit

Permalink
[Example] Target sdk 34
Browse files Browse the repository at this point in the history
  • Loading branch information
p1gp1g committed Dec 27, 2023
1 parent 22d5737 commit b1ac2a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ kotlin {
}

android {
compileSdk 33
compileSdk 34

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand All @@ -40,7 +40,7 @@ android {
defaultConfig {
applicationId "org.unifiedpush.flutter.example"
minSdk 16
targetSdk 33
targetSdk 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
// Required when setting minSdkVersion to 20 or lower
Expand Down

0 comments on commit b1ac2a0

Please sign in to comment.