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.
compileSdkVersion
1 parent 132483c commit 6cc4d9bCopy full SHA for 6cc4d9b
android/build.gradle
@@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
25
apply plugin: 'kotlin-android'
26
27
android {
28
- compileSdkVersion 30
+ compileSdkVersion 31
29
30
sourceSets {
31
main.java.srcDirs += 'src/main/kotlin'
example/android/app/build.gradle
@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
32
0 commit comments