Skip to content

Commit ee95f47

Browse files
committed
added iOS platform version section to the changelog
1 parent bb45e3d commit ee95f47

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

geocoding/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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

geocoding/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" // 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

2525
include ":app"

geocoding/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

0 commit comments

Comments
 (0)