use sdk 36
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//Required by background_fetch build
|
||||
ext {
|
||||
compileSdkVersion = 35
|
||||
targetSdkVersion = 35
|
||||
compileSdkVersion = 36
|
||||
targetSdkVersion = 36
|
||||
}
|
||||
|
||||
buildscript {
|
||||
|
||||
Reference in New Issue
Block a user