diff --git a/app/android/app/build.gradle b/app/android/app/build.gradle index 969d6150..f8901946 100644 --- a/app/android/app/build.gradle +++ b/app/android/app/build.gradle @@ -25,7 +25,7 @@ if (flutterVersionName == null) { android { namespace = "eu.weblibre.gecko" - compileSdk = 35 + compileSdk = 36 //Temporary fix ndkVersion = "27.0.12077973" //flutter.ndkVersion @@ -42,9 +42,8 @@ android { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId = "eu.weblibre.gecko" // https://api.flutter.dev/flutter/widgets/AndroidView-class.html - //https://inappwebview.dev/docs/intro/#setup-android - minSdk = 23 - targetSdk = 35 + minSdkVersion flutter.minSdkVersion + targetSdk = 36 versionCode = flutterVersionCode.toInteger() versionName = flutterVersionName } diff --git a/app/android/build.gradle b/app/android/build.gradle index 54f73e4f..16558ecf 100644 --- a/app/android/build.gradle +++ b/app/android/build.gradle @@ -1,7 +1,7 @@ //Required by background_fetch build ext { - compileSdkVersion = 35 - targetSdkVersion = 35 + compileSdkVersion = 36 + targetSdkVersion = 36 } buildscript { diff --git a/packages/flutter_mozilla_components/android/build.gradle b/packages/flutter_mozilla_components/android/build.gradle index 6c7b9fd9..556dbfaa 100644 --- a/packages/flutter_mozilla_components/android/build.gradle +++ b/packages/flutter_mozilla_components/android/build.gradle @@ -43,7 +43,7 @@ android { namespace = "eu.weblibre.flutter_mozilla_components" } - compileSdk = 35 + compileSdk = 36 compileOptions { sourceCompatibility JavaVersion.VERSION_17 diff --git a/packages/simple_intent_receiver/android/build.gradle b/packages/simple_intent_receiver/android/build.gradle index cf22fdc6..c0ccc335 100644 --- a/packages/simple_intent_receiver/android/build.gradle +++ b/packages/simple_intent_receiver/android/build.gradle @@ -27,7 +27,7 @@ apply plugin: "kotlin-android" android { namespace = "eu.weblibre.simple_intent_receiver" - compileSdk = 35 + compileSdk = 36 compileOptions { sourceCompatibility = JavaVersion.VERSION_17