Skip to content

Commit c0162a8

Browse files
Sahil-SimformPRBaraiya
authored andcommitted
fix : 🐛 Fixed example app to run in flutter 3.32.4
1 parent d5a55d7 commit c0162a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (flutterVersionName == null) {
2323
}
2424

2525
android {
26-
compileSdkVersion 31
26+
compileSdkVersion 34
2727

2828
sourceSets {
2929
main.java.srcDirs += 'src/main/kotlin'

example/android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pluginManagement {
1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
2121
id "com.android.application" version "7.4.2" apply false
22-
id "org.jetbrains.kotlin.android" version "1.6.21" apply false
22+
id "org.jetbrains.kotlin.android" version "1.7.0" apply false
2323
}
2424

2525
include ":app"

0 commit comments

Comments
 (0)