Skip to content

Commit 10b2bf7

Browse files
authored
fix: pin driver SDK for iOS version to 3.2.x (#25)
Fixes compability issues with driver SDK version 3.3.x
1 parent ea296bf commit 10b2bf7

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.1.1-beta
2+
3+
This is the beta release of the Google Maps Driver package for Flutter. It is an early look at the package and is intended for testing and feedback collection. The functionalities and APIs in this version are subject to change.
4+
5+
**Bug fixes:**
6+
- Pin Driver SDK for iOS to version 3.2.x to fix build issues on iOS.
7+
18
## 0.1.0-beta
29

310
This is the beta release of the Google Maps Driver package for Flutter. It is an early look at the package and is intended for testing and feedback collection. The functionalities and APIs in this version are subject to change.

ios/google_maps_driver.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A Google Maps Driver Flutter plugin.
1515
s.source = { :path => '.' }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'
18-
s.dependency 'GoogleRidesharingDriver'
18+
s.dependency 'GoogleRidesharingDriver', '~> 3.2.0'
1919
s.dependency 'google_maps_navigation'
2020
s.platform = :ios, '14.0'
2121
s.static_framework = true

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
name: google_maps_driver
1616
description: A Google Maps Driver plugin
17-
version: 0.1.0-beta
17+
version: 0.1.1-beta
1818
publish_to: none
1919

2020
environment:
@@ -24,7 +24,7 @@ environment:
2424
dependencies:
2525
flutter:
2626
sdk: flutter
27-
google_maps_navigation: 0.2.0-beta
27+
google_maps_navigation: 0.2.2-beta
2828

2929
dev_dependencies:
3030
build_runner: ^2.4.6

0 commit comments

Comments
 (0)