diff --git a/compatible/android/app/build.gradle b/compatible/android/app/build.gradle index 0d26845a..d34aceb8 100644 --- a/compatible/android/app/build.gradle +++ b/compatible/android/app/build.gradle @@ -7,7 +7,7 @@ plugins { android { namespace = "opensource.pikapika" - compileSdk = flutter.compileSdkVersion + compileSdk = 31 // flutter.compileSdkVersion ndkVersion = flutter.ndkVersion compileOptions { @@ -24,8 +24,8 @@ 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 = 31 // flutter.minSdkVersion - targetSdk = 31 // flutter.targetSdkVersion + minSdk = flutter.minSdkVersion + targetSdk = flutter.targetSdkVersion versionCode = flutter.versionCode versionName = flutter.versionName }