Skip to content

Commit

Permalink
Use HTTPS link for flutter_downloader (and Podfile updated apparently)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmshrv committed Apr 9, 2022
1 parent d7667bd commit 525209a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ PODS:
- Flutter
- path_provider_ios (0.0.1):
- Flutter
- permission_handler_apple (9.0.2):
- permission_handler_apple (9.0.4):
- Flutter
- SDWebImage (5.12.5):
- SDWebImage/Core (= 5.12.5)
Expand Down Expand Up @@ -119,7 +119,7 @@ SPEC CHECKSUMS:
just_audio: baa7252489dbcf47a4c7cc9ca663e9661c99aafa
package_info_plus: 6c92f08e1f853dc01228d6f553146438dafcd14e
path_provider_ios: 14f3d2fd28c4fdb42f44e0f751d12861c43cee02
permission_handler_apple: d21b38e1a4b2e041c63af9568f9165e114e507a6
permission_handler_apple: 44366e37eaf29454a1e7b1b7d736c2cceaeb17ce
SDWebImage: 0905f1b7760fc8ac4198cae0036600d67478751e
sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904
SwiftyGif: 6c3eafd0ce693cad58bb63d2b2fb9bacb8552780
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ packages:
path: "."
ref: "2517721"
resolved-ref: "25177215a0afba6f4ed83b6382874fa8e219358e"
url: "git@github.com:UnicornsOnLSD/flutter_downloader.git"
url: "https://github.com/UnicornsOnLSD/flutter_downloader.git"
source: git
version: "1.7.3"
flutter_launcher_icons:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:
simple_gesture_detector: ^0.2.0
flutter_downloader:
git:
url: git@github.com:UnicornsOnLSD/flutter_downloader.git
url: https://github.com/UnicornsOnLSD/flutter_downloader.git
ref: "2517721"
path_provider: ^2.0.8
hive: ^2.0.5
Expand Down

0 comments on commit 525209a

Please sign in to comment.