Skip to content

Commit cc448b8

Browse files
committed
bump google maps ios 9.4.0
1 parent 79c29cd commit cc448b8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

app/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,9 +1252,9 @@ PODS:
12521252
- GoogleDataTransport (10.1.0):
12531253
- nanopb (~> 3.30910.0)
12541254
- PromisesObjC (~> 2.4)
1255-
- GoogleMaps (9.3.0):
1256-
- GoogleMaps/Maps (= 9.3.0)
1257-
- GoogleMaps/Maps (9.3.0)
1255+
- GoogleMaps (9.4.0):
1256+
- GoogleMaps/Maps (= 9.4.0)
1257+
- GoogleMaps/Maps (9.4.0)
12581258
- GoogleUtilities/AppDelegateSwizzler (8.0.2):
12591259
- GoogleUtilities/Environment
12601260
- GoogleUtilities/Logger
@@ -1389,7 +1389,7 @@ DEPENDENCIES:
13891389
- FirebaseCrashlytics (~> 11.1.0)
13901390
- FirebaseDatabase (~> 11.1.0)
13911391
- FirebaseFirestore (~> 11.1.0)
1392-
- GoogleMaps (~> 9.3.0)
1392+
- GoogleMaps (~> 9.4.0)
13931393
- root (from `../../kmp/features/root`)
13941394

13951395
SPEC REPOS:
@@ -1442,7 +1442,7 @@ SPEC CHECKSUMS:
14421442
FirebaseSharedSwift: 574e6a5602afe4397a55c8d4f767382d620285de
14431443
GoogleAppMeasurement: 8bb20efc67c8fc1cff9c42a06c256caf55289bbf
14441444
GoogleDataTransport: aae35b7ea0c09004c3797d53c8c41f66f219d6a7
1445-
GoogleMaps: b58e9627004f47043897eeae830c3ef023678f3b
1445+
GoogleMaps: 0608099d4870cac8754bdba9b6953db543432438
14461446
GoogleUtilities: 26a3abef001b6533cf678d3eb38fd3f614b7872d
14471447
"gRPC-C++": 2fa52b3141e7789a28a737f251e0c45b4cb20a87
14481448
gRPC-Core: a27c294d6149e1c39a7d173527119cfbc3375ce4
@@ -1452,6 +1452,6 @@ SPEC CHECKSUMS:
14521452
PromisesSwift: 9d77319bbe72ebf6d872900551f7eeba9bce2851
14531453
root: 404d019f60e1a2b751f213a529e1604f4676f319
14541454

1455-
PODFILE CHECKSUM: 7e0b38911948faeade6d6408d5c8c1690f55e7eb
1455+
PODFILE CHECKSUM: 665e41d638456984bfcca7b15900d11f4181fac4
14561456

14571457
COCOAPODS: 1.15.2

kmp/compose/maps-compose/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ kotlin {
3030
summary = "GoogleMaps for Compose Multiplatform"
3131

3232
pod("GoogleMaps") {
33-
version = "9.3.0"
33+
version = "9.4.0"
3434
extraOpts += listOf("-compiler-option", "-fmodules")
3535
}
3636
}

kmp/compose/maps-compose/maps_compose.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
99
spec.vendored_frameworks = 'build/cocoapods/framework/maps_compose.framework'
1010
spec.libraries = 'c++'
1111
spec.ios.deployment_target = '15.0'
12-
spec.dependency 'GoogleMaps', '9.3.0'
12+
spec.dependency 'GoogleMaps', '9.4.0'
1313

1414
if !Dir.exist?('build/cocoapods/framework/maps_compose.framework') || Dir.empty?('build/cocoapods/framework/maps_compose.framework')
1515
raise "

0 commit comments

Comments
 (0)