Skip to content

Commit

Permalink
Merge pull request #153 from emersion/upgrade
Browse files Browse the repository at this point in the history
example: fix build
  • Loading branch information
p1gp1g authored Aug 15, 2024
2 parents ca5ed6d + 7c7377d commit 645238e
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 78 deletions.
6 changes: 3 additions & 3 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 34
compileSdk flutter.compileSdkVersion

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand All @@ -39,8 +39,8 @@ android {

defaultConfig {
applicationId "org.unifiedpush.flutter.example"
minSdk 16
targetSdk 34
minSdk flutter.minSdkVersion
targetSdk flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
// Required when setting minSdkVersion to 20 or lower
Expand Down
Loading

0 comments on commit 645238e

Please sign in to comment.