From e78b5dc36bc3fcb75b15d1fc0070824b7d4b1343 Mon Sep 17 00:00:00 2001 From: Flummi Date: Tue, 3 Jun 2025 16:20:18 +0200 Subject: [PATCH] test --- android/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 2ca0ef6..2b6ea6f 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -25,7 +25,7 @@ android { // You can update the following values to match your application needs. // For more information, see: https://flutter.dev/to/review-gradle-config. minSdk = flutter.minSdkVersion - targetSdk = flutter.targetSdkVersion + targetSdk = 36 versionCode = flutter.versionCode versionName = flutter.versionName }