Skip to content

Commit

Permalink
Merge pull request #10 from Nuxify/bugfix/update-target-compile-sdk
Browse files Browse the repository at this point in the history
chore: set target and compile sdk to 34
  • Loading branch information
JosesGabriel authored Jul 26, 2024
2 parents 11794fd + f198873 commit ffa5402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (flutterVersionName == null) {

android {
namespace "com.example.nuxify_widgetbook"
compileSdkVersion flutter.compileSdkVersion
compileSdkVersion 34
ndkVersion flutter.ndkVersion

compileOptions {
Expand All @@ -46,7 +46,7 @@ android {
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion 21
targetSdkVersion flutter.targetSdkVersion
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand Down

0 comments on commit ffa5402

Please sign in to comment.