diff --git a/README.md b/README.md index fcd639c..474acf2 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,9 @@ This is unofficial **audio** client for jellyfin app. For now macos and ios only ### Media keys - Play/Pause, Next/Prev By default apple restricts app from reading what user presses on keyboard. In order to allow it - Jellybox would prompt you to open Settings -> Privacy -> Accessibility. Make sure you toggle on JellyBox player. If for some reason app isnt there - you can add it using +(plus) button at the bottom of list. -### Testing -In order to join test you need to use testflight app(official Apple's way of testing apps). You can join testing here - [Test Flight](https://testflight.apple.com/join/LVj8KwAq) -Current version supports both platforms - iOS and MacOS - ## Android -While it can already be built and launched, I havent uploaded it to google play yet. This is something I plan to do soon. - +While it can already be built and launched, I havent uploaded it to google play yet. This is something I plan to do soon. Meanwhile you can download APK from [releases](https://github.com/avdept/JellyBoxPlayer/releases) ## Screenshots diff --git a/pubspec.yaml b/pubspec.yaml index ba7fcf5..48c11fd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -28,14 +28,14 @@ dependencies: go_router: ^13.2.2 intl: ^0.19.0 json_annotation: ^4.8.0 - flutter_spinkit: ^5.2.0 + flutter_spinkit: ^5.2.1 modal_bottom_sheet: ^3.0.0-pre shared_preferences: ^2.2.3 palette_generator: responsive_builder: ^0.7.0 riverpod_infinite_scroll: ^1.0.0 infinite_scroll_pagination: ^3.2.0 - flutter_riverpod: ^2.4.0 + flutter_riverpod: ^2.5.1 pretty_dio_logger: ^1.0.0 flutter_secure_storage: ^9.0.0 retrofit: ^4.1.0 @@ -50,7 +50,7 @@ dev_dependencies: retrofit_generator: ^8.1.0 build_runner: ^2.4.9 riverpod_lint: ^2.3.3 - freezed: ^2.4.7 + freezed: ^2.5.2 json_serializable: ^6.7.1 very_good_analysis: ^5.1.0 test: ^1.24.9