diff --git a/app/android/app/build.gradle b/app/android/app/build.gradle index 7605ff81..613cd5ac 100644 --- a/app/android/app/build.gradle +++ b/app/android/app/build.gradle @@ -42,7 +42,7 @@ 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 - minSdkVersion = 29 + minSdkVersion = 26 targetSdk = 36 versionCode = flutterVersionCode.toInteger() versionName = flutterVersionName