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 {
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
}
+2 -2
View File
@@ -1,7 +1,7 @@
//Required by background_fetch build
ext {
compileSdkVersion = 35
targetSdkVersion = 35
compileSdkVersion = 36
targetSdkVersion = 36
}
buildscript {