diff --git a/android/build.gradle b/android/build.gradle index 4b8a68d..1991311 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -18,7 +18,7 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { - compileSdkVersion 33 + compileSdkVersion 35 defaultConfig { minSdkVersion 28 diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 0bb49df..ed7fcb1 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -22,7 +22,7 @@ if (flutterVersionName == null) { } android { - compileSdkVersion 33 + compileSdkVersion 35 defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 43ce77f..5f5c11a 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -6,7 +6,7 @@ description: Demonstrates how to use the flutter_system_proxy plugin. publish_to: 'none' # Remove this line if you wish to publish to pub.dev environment: - sdk: ">=2.18.0 <3.0.0" + sdk: ">=3.3.4 <4.0.0" flutter: ">=3.24.5" dependencies: diff --git a/pubspec.yaml b/pubspec.yaml index e76af17..2682da6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ publish_to: https://dart.cloudsmith.io/alkami/flutter/ version: 3.22.0 # Upstream version for this update was 0.1.5 environment: - sdk: ">=2.18.0 <3.0.0" + sdk: ">=3.3.4 <4.0.0" flutter: ">=3.24.5" dependencies: