use sdk 36

This commit is contained in:
Fabian Freund
2025-08-24 07:51:56 +02:00
parent 2a6f3c8ba8
commit ee28567b2e
4 changed files with 7 additions and 8 deletions
+3 -4
View File
@@ -25,7 +25,7 @@ if (flutterVersionName == null) {
android { android {
namespace = "eu.weblibre.gecko" namespace = "eu.weblibre.gecko"
compileSdk = 35 compileSdk = 36
//Temporary fix //Temporary fix
ndkVersion = "27.0.12077973" //flutter.ndkVersion 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). // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "eu.weblibre.gecko" applicationId = "eu.weblibre.gecko"
// https://api.flutter.dev/flutter/widgets/AndroidView-class.html // https://api.flutter.dev/flutter/widgets/AndroidView-class.html
//https://inappwebview.dev/docs/intro/#setup-android minSdkVersion flutter.minSdkVersion
minSdk = 23 targetSdk = 36
targetSdk = 35
versionCode = flutterVersionCode.toInteger() versionCode = flutterVersionCode.toInteger()
versionName = flutterVersionName versionName = flutterVersionName
} }
+2 -2
View File
@@ -1,7 +1,7 @@
//Required by background_fetch build //Required by background_fetch build
ext { ext {
compileSdkVersion = 35 compileSdkVersion = 36
targetSdkVersion = 35 targetSdkVersion = 36
} }
buildscript { buildscript {
@@ -43,7 +43,7 @@ android {
namespace = "eu.weblibre.flutter_mozilla_components" namespace = "eu.weblibre.flutter_mozilla_components"
} }
compileSdk = 35 compileSdk = 36
compileOptions { compileOptions {
sourceCompatibility JavaVersion.VERSION_17 sourceCompatibility JavaVersion.VERSION_17
@@ -27,7 +27,7 @@ apply plugin: "kotlin-android"
android { android {
namespace = "eu.weblibre.simple_intent_receiver" namespace = "eu.weblibre.simple_intent_receiver"
compileSdk = 35 compileSdk = 36
compileOptions { compileOptions {
sourceCompatibility = JavaVersion.VERSION_17 sourceCompatibility = JavaVersion.VERSION_17