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 d5a55d7 commit c0162a8Copy full SHA for c0162a8
example/android/app/build.gradle
@@ -23,7 +23,7 @@ if (flutterVersionName == null) {
23
}
24
25
android {
26
- compileSdkVersion 31
+ compileSdkVersion 34
27
28
sourceSets {
29
main.java.srcDirs += 'src/main/kotlin'
example/android/settings.gradle
@@ -19,7 +19,7 @@ pluginManagement {
19
plugins {
20
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21
id "com.android.application" version "7.4.2" apply false
22
- id "org.jetbrains.kotlin.android" version "1.6.21" apply false
+ id "org.jetbrains.kotlin.android" version "1.7.0" apply false
include ":app"
0 commit comments