We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9ae15 commit b902914Copy full SHA for b902914
android/app/build.gradle
@@ -19,7 +19,7 @@ def _keyPassword = System.getenv("KEY_PASSWORD") ?: keystoreProperties["keyPassw
19
20
android {
21
namespace = "com.example.c001apk.flutter"
22
- compileSdk = 35
+ compileSdk = flutter.compileSdkVersion
23
ndkVersion = flutter.ndkVersion
24
25
compileOptions {
0 commit comments