Skip to content

Commit

Permalink
refactor: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoFasan committed Aug 9, 2024
1 parent 6d91167 commit 2717f1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/services/player_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class PlayerService {
Future<void> _init() async {
await JustAudioBackground.init(
androidNotificationChannelId: 'com.richard.youtube_downloader.player',
androidNotificationChannelName: 'YouTube Dowloader',
androidNotificationChannelName: 'YouTube Downloader',
androidNotificationOngoing: true,
preloadArtwork: true,
);
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ dependencies:
youtube_explode_dart: ^2.2.1
path_provider: ^2.0.15
http: ^1.0.0
just_audio: ^0.9.34
just_audio_background: ^0.0.1-beta.10
just_audio: ^0.9.39
just_audio_background: ^0.0.1-beta.13
cached_network_image: ^3.2.3
audio_video_progress_bar: ^1.0.1
flutter_keyboard_visibility: ^5.4.1
Expand Down

0 comments on commit 2717f1b

Please sign in to comment.