Skip to content

Commit

Permalink
Updated Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
umareko committed Feb 6, 2024
1 parent 68afeb2 commit ed7ffdc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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>11.0</string>
<string>12.0</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion 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, '11.0'
# platform :ios, '12.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: flutter_social_sample_app
description: Demonstrates how to use the flutter_application_1 plugin.

version: 1.1.13+28
version: 1.1.16+31

environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=3.0.0 <4.0.0"

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand All @@ -22,8 +22,8 @@ dependencies:
chewie: ^1.3.1
cupertino_icons: ^1.0.2
file_picker: ^5.0.1
firebase_core: ^2.4.0
firebase_messaging: ^14.6.4
firebase_core: ^2.25.3
firebase_messaging: ^14.7.14
flutter:
sdk: flutter
flutter_keyboard_visibility: ^5.4.0
Expand All @@ -38,7 +38,7 @@ dependencies:

universal_html: ^2.2.3
url_launcher: ^6.0.20
uuid: ^3.0.6
uuid: ^4.2.2
video_player: ^2.3.0


Expand Down

0 comments on commit ed7ffdc

Please sign in to comment.