From 08b9f5550af840c14e7a78013dd213b56fb8007e Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Mon, 2 Feb 2026 23:34:30 +0100 Subject: [PATCH] Revert "raise minsdk see #134" This reverts commit 8b844119c85b3bc59f84a82f101347b61164c5d0. --- app/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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