Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pub/cached_network_image-3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho authored Sep 21, 2022
2 parents 8a688b8 + 205acf1 commit 29942ff
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spotube-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jobs:
sed -i "s/%{{SPOTUBE_VERSION}}%/${{ steps.tag.outputs.tag }}/" aur-struct/PKGBUILD
sed -i "s/%{{PKGREL}}%/1/" aur-struct/PKGBUILD
sed -i "s/%{{LINUX_MD5}}%/`md5sum Spotube-Linux-Bundle/Spotube-linux-x86_64.tar.xz | awk '{print $1}'`/" aur-struct/PKGBUILD
- uses: KSXGitHub/github-actions-deploy-aur@v2.2.5
- uses: KSXGitHub/github-actions-deploy-aur@v2.5.0
with:
pkgname: spotube-bin
pkgbuild: aur-struct/PKGBUILD
Expand Down
27 changes: 17 additions & 10 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ packages:
name: audio_service
url: "https://pub.dartlang.org"
source: hosted
version: "0.18.4"
version: "0.18.7"
audio_service_platform_interface:
dependency: transitive
description:
Expand All @@ -119,7 +119,7 @@ packages:
name: audio_session
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.9"
version: "0.1.10"
audioplayers:
dependency: "direct main"
description:
Expand Down Expand Up @@ -318,6 +318,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.1"
cli_util:
dependency: transitive
description:
name: cli_util
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.5"
clock:
dependency: transitive
description:
Expand Down Expand Up @@ -394,7 +401,7 @@ packages:
name: fading_edge_scrollview
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.1"
version: "3.0.0"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -485,14 +492,14 @@ packages:
name: flutter_launcher_icons
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.2"
version: "0.10.0"
flutter_lints:
dependency: "direct dev"
description:
name: flutter_lints
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.4"
version: "2.0.1"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
Expand Down Expand Up @@ -565,7 +572,7 @@ packages:
name: hive
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.2"
version: "2.2.3"
hive_flutter:
dependency: "direct main"
description:
Expand Down Expand Up @@ -670,7 +677,7 @@ packages:
name: lints
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.1"
version: "2.0.0"
logger:
dependency: "direct main"
description:
Expand All @@ -691,7 +698,7 @@ packages:
name: marquee
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.2"
version: "2.2.3"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -1186,7 +1193,7 @@ packages:
name: url_launcher
url: "https://pub.dartlang.org"
source: hosted
version: "6.1.2"
version: "6.1.5"
url_launcher_android:
dependency: transitive
description:
Expand Down Expand Up @@ -1221,7 +1228,7 @@ packages:
name: url_launcher_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.5"
version: "2.1.0"
url_launcher_web:
dependency: transitive
description:
Expand Down
14 changes: 7 additions & 7 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
http: ^0.13.4
shared_preferences: ^2.0.11
spotify: ^0.8.0
url_launcher: ^6.0.17
url_launcher: ^6.1.5
youtube_explode_dart: ^1.10.8
bitsdojo_window: ^0.1.5
path: ^1.8.0
Expand All @@ -30,14 +30,14 @@ dependencies:
palette_generator: ^0.3.3
logger: ^1.1.0
permission_handler: ^9.2.0
marquee: ^2.2.1
marquee: ^2.2.3
scroll_to_index: ^2.1.1
package_info_plus: ^1.4.3
version: ^2.0.0
audio_service: ^0.18.4
audio_service: ^0.18.7
hookified_infinite_scroll_pagination: ^0.1.0
skeleton_text: ^3.0.0
hive: ^2.2.2
hive: ^2.2.3
hive_flutter: ^1.1.0
dbus: ^0.7.3
audioplayers:
Expand All @@ -46,7 +46,7 @@ dependencies:
ref: 3ee12cd0361c0fc2f3d0303c504732d12fa8e49a
path: packages/audioplayers/
introduction_screen: ^3.0.2
audio_session: ^0.1.9
audio_session: ^0.1.10
# This is temporary until the win32v3 update PR is merged and released
file_picker:
git:
Expand All @@ -66,8 +66,8 @@ dependency_overrides:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
flutter_launcher_icons: ^0.9.2
flutter_lints: ^2.0.1
flutter_launcher_icons: ^0.10.0
hive_generator: ^1.1.3
build_runner: ^2.1.11
flutter_distributor: ^0.0.2
Expand Down

0 comments on commit 29942ff

Please sign in to comment.