Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikael Wills committed Dec 18, 2024
1 parent d704717 commit 27d7ba9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '12.0'
platform :ios, '13.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ dependencies:
path: ../
shared_preferences: ^2.2.0
permission_handler: ^11.1.0
flutter_webrtc: ^0.10.4
flutter_webrtc: ^0.12.4
provider: 6.1.2
logger: ^2.4.0

dev_dependencies:
flutter_test:
sdk: flutter
lints: ^3.0.0
lints: ^4.0.0

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ environment:
dependencies:
collection: ^1.18.0
crypto: ^3.0.3
flutter_webrtc: ^0.10.4
intl: ^0.19.0
flutter_webrtc: ^0.12.4
intl: ^0.20.1
logger: ^2.0.2+1
path: ^1.6.4
random_string: ^2.3.1
Expand All @@ -22,5 +22,5 @@ dependencies:

dev_dependencies:
import_sorter: ^4.6.0
lints: ^3.0.0
lints: ^4.0.0
test: any

0 comments on commit 27d7ba9

Please sign in to comment.