diff --git a/compatible/android/app/build.gradle b/compatible/android/app/build.gradle index c06821a..18eb395 100644 --- a/compatible/android/app/build.gradle +++ b/compatible/android/app/build.gradle @@ -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 = 31 // flutter.targetSdkVersion versionCode = flutter.versionCode versionName = flutter.versionName }