From e5757b12784e273745c1617d577343dfbc8050f6 Mon Sep 17 00:00:00 2001 From: niuhuan Date: Fri, 6 Sep 2024 17:53:58 +0800 Subject: [PATCH] :bug: fix: ci --- compatible/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compatible/android/app/build.gradle b/compatible/android/app/build.gradle index 18eb3953..0d26845a 100644 --- a/compatible/android/app/build.gradle +++ b/compatible/android/app/build.gradle @@ -24,7 +24,7 @@ android { applicationId = "opensource.pikapika" // 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 + minSdk = 31 // flutter.minSdkVersion targetSdk = 31 // flutter.targetSdkVersion versionCode = flutter.versionCode versionName = flutter.versionName