File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
ios/Runner.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 55* Migrates example project to applying Gradle plugins with the declarative plugins block
66* Updates kotlin version to soon minimal supported Kotlin version ` 1.8.10 `
77* Updates Gradle version to ` 8.11.1 `
8+ * Updates iOS Platform verion from ` 11 ` to ` 12 `
89
910## 3.0.1
1011
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ pluginManagement {
1919plugins {
2020 id " dev.flutter.flutter-plugin-loader" version " 1.0.0" // apply true
2121 id " com.android.application" version " 8.10.0" apply false
22- id " org.jetbrains.kotlin.android" version " 1.8.0 " apply false
22+ id " org.jetbrains.kotlin.android" version " 1.8.10 " apply false
2323}
2424
2525include " :app"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<Scheme
3- LastUpgradeVersion = " 1430 "
3+ LastUpgradeVersion = " 1510 "
44 version = " 1.3" >
55 <BuildAction
66 parallelizeBuildables = " YES"
You can’t perform that action at this time.
0 commit comments