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 79cc161 commit 8755090Copy full SHA for 8755090
android/app/build.gradle
@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
26
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
27
28
android {
29
- compileSdkVersion flutter.compileSdkVersion
+ compileSdkVersion 33 // flutter.compileSdkVersion
30
// ndkVersion flutter.ndkVersion
31
32
compileOptions {
0 commit comments