diff --git a/android/app/build.gradle b/android/app/build.gradle index 8578ed1..73d6c8e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -52,7 +52,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 23 - targetSdkVersion flutter.targetSdkVersion + targetSdkVersion 34 versionCode flutterVersionCode.toInteger() versionName flutterVersionName } diff --git a/pubspec.yaml b/pubspec.yaml index bb78937..36ab4b7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: noa description: "A new Flutter project." publish_to: 'none' -version: 1.4.3 +version: 1.4.4 environment: sdk: '>=3.3.1 <4.0.0'