Skip to content

Commit

Permalink
Merge pull request #365 from PhilipsHue/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
remonh87 committed Sep 23, 2021
2 parents 06f7277 + 96a4644 commit 876de0d
Show file tree
Hide file tree
Showing 29 changed files with 446 additions and 275 deletions.
2 changes: 1 addition & 1 deletion codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ workflows:
max_build_duration: 60
environment:
flutter: stable
xcode: latest
xcode: 13.0
cocoapods: default
cache:
cache_paths: []
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Flutter/AppFrameworkInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>8.0</string>
<string>9.0</string>
</dict>
</plist>
6 changes: 3 additions & 3 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Flutter (1.0.0)
- Protobuf (3.17.0)
- Protobuf (3.18.0)
- reactive_ble_mobile (0.0.1):
- Flutter
- Protobuf (~> 3.5)
Expand All @@ -23,8 +23,8 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/reactive_ble_mobile/ios"

SPEC CHECKSUMS:
Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
Protobuf: 7327d4444215b5f18e560a97f879ff5503c4581c
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
Protobuf: 1a37ebea1338949e9ac35a3f06e80b3f536eec8d
reactive_ble_mobile: 9ce6723d37ccf701dbffd202d487f23f5de03b4c
SwiftProtobuf: 9c85136c6ba74b0a1b84279dbf0f6db8efb714e0

Expand Down

0 comments on commit 876de0d

Please sign in to comment.