diff --git a/android/app/build.gradle b/android/app/build.gradle index 0d8984f..9a51f77 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -31,7 +31,7 @@ if (keystorePropertiesFile.exists()) { android { namespace = "com.sleepingpanda.pulse" - compileSdk = flutter.compileSdkVersion + compileSdk = 35 ndkVersion = flutter.ndkVersion compileOptions { @@ -48,8 +48,8 @@ android { applicationId = "com.sleepingpanda.pulse" // You can update the following values to match your application needs. // For more information, see: https://flutter.dev/to/review-gradle-config. - minSdk = flutter.minSdkVersion - targetSdk = flutter.targetSdkVersion + minSdk = 21 + targetSdk = 35 versionCode = flutter.versionCode versionName = flutter.versionName } diff --git a/pubspec.yaml b/pubspec.yaml index b40fc20..8a04ef1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ description: "A new Flutter project." # pub.dev using `flutter pub publish`. This is preferred for private packages. publish_to: "none" # Remove this line if you wish to publish to pub.dev -version: 1.0.6+7 +version: 1.0.7+8 environment: sdk: ^3.6.1