File tree Expand file tree Collapse file tree 13 files changed +254
-242
lines changed Expand file tree Collapse file tree 13 files changed +254
-242
lines changed Original file line number Diff line number Diff line change 7373 +++ a/google-maps-in-flutter/step_3/ios/Podfile
7474 @@ -1,5 +1,6 @@
7575 -# Uncomment this line to define a global platform for your project
76- -# platform :ios, '12 .0'
76+ -# platform :ios, '13 .0'
7777 +# Google Maps SDK requires platform version 14
7878 +# https://developers.google.com/maps/flutter-package/config#ios
7979 +platform :ios, '14.0'
8989 <key>CFBundleVersion</key>
9090 <string>1.0</string>
9191 <key>MinimumOSVersion</key>
92- - <string>12 .0</string>
92+ - <string>13 .0</string>
9393 + <string>14.0</string>
9494 </dict>
9595 </plist>
Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ allprojects {
55 }
66}
77
8- val newBuildDir: Directory = rootProject.layout.buildDirectory.dir(" ../../build" ).get()
8+ val newBuildDir: Directory =
9+ rootProject.layout.buildDirectory
10+ .dir(" ../../build" )
11+ .get()
912rootProject.layout.buildDirectory.value(newBuildDir)
1013
1114subprojects {
Original file line number Diff line number Diff line change 11pluginManagement {
2- val flutterSdkPath = run {
3- val properties = java.util.Properties ()
4- file(" local.properties" ).inputStream().use { properties.load(it) }
5- val flutterSdkPath = properties.getProperty(" flutter.sdk" )
6- require(flutterSdkPath != null ) { " flutter.sdk not set in local.properties" }
7- flutterSdkPath
8- }
2+ val flutterSdkPath =
3+ run {
4+ val properties = java.util.Properties ()
5+ file(" local.properties" ).inputStream().use { properties.load(it) }
6+ val flutterSdkPath = properties.getProperty(" flutter.sdk" )
7+ require(flutterSdkPath != null ) { " flutter.sdk not set in local.properties" }
8+ flutterSdkPath
9+ }
910
1011 includeBuild(" $flutterSdkPath /packages/flutter_tools/gradle" )
1112
@@ -18,7 +19,7 @@ pluginManagement {
1819
1920plugins {
2021 id(" dev.flutter.flutter-plugin-loader" ) version " 1.0.0"
21- id(" com.android.application" ) version " 8.7.3 " apply false
22+ id(" com.android.application" ) version " 8.9.1 " apply false
2223 id(" org.jetbrains.kotlin.android" ) version " 2.1.0" apply false
2324}
2425
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1919version : 1.0.0+1
2020
2121environment :
22- sdk : ^3.8. 0
22+ sdk : ^3.9.0- 0
2323
2424# Dependencies specify other packages that your package needs in order to work.
2525# To automatically upgrade your package dependencies to the latest versions
Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ allprojects {
55 }
66}
77
8- val newBuildDir: Directory = rootProject.layout.buildDirectory.dir(" ../../build" ).get()
8+ val newBuildDir: Directory =
9+ rootProject.layout.buildDirectory
10+ .dir(" ../../build" )
11+ .get()
912rootProject.layout.buildDirectory.value(newBuildDir)
1013
1114subprojects {
Original file line number Diff line number Diff line change 11pluginManagement {
2- val flutterSdkPath = run {
3- val properties = java.util.Properties ()
4- file(" local.properties" ).inputStream().use { properties.load(it) }
5- val flutterSdkPath = properties.getProperty(" flutter.sdk" )
6- require(flutterSdkPath != null ) { " flutter.sdk not set in local.properties" }
7- flutterSdkPath
8- }
2+ val flutterSdkPath =
3+ run {
4+ val properties = java.util.Properties ()
5+ file(" local.properties" ).inputStream().use { properties.load(it) }
6+ val flutterSdkPath = properties.getProperty(" flutter.sdk" )
7+ require(flutterSdkPath != null ) { " flutter.sdk not set in local.properties" }
8+ flutterSdkPath
9+ }
910
1011 includeBuild(" $flutterSdkPath /packages/flutter_tools/gradle" )
1112
@@ -18,7 +19,7 @@ pluginManagement {
1819
1920plugins {
2021 id(" dev.flutter.flutter-plugin-loader" ) version " 1.0.0"
21- id(" com.android.application" ) version " 8.7.3 " apply false
22+ id(" com.android.application" ) version " 8.9.1 " apply false
2223 id(" org.jetbrains.kotlin.android" ) version " 2.1.0" apply false
2324}
2425
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1919version : 1.0.0+1
2020
2121environment :
22- sdk : ^3.8. 0
22+ sdk : ^3.9.0- 0
2323
2424# Dependencies specify other packages that your package needs in order to work.
2525# To automatically upgrade your package dependencies to the latest versions
Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ allprojects {
55 }
66}
77
8- val newBuildDir: Directory = rootProject.layout.buildDirectory.dir(" ../../build" ).get()
8+ val newBuildDir: Directory =
9+ rootProject.layout.buildDirectory
10+ .dir(" ../../build" )
11+ .get()
912rootProject.layout.buildDirectory.value(newBuildDir)
1013
1114subprojects {
You can’t perform that action at this time.
0 commit comments