Skip to content

Commit 0e7f79f

Browse files
committed
Update podcast_search dependency.
1 parent d4888cf commit 0e7f79f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

lib/core/environment.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Environment {
2626
static const _applicationName = 'Anytime';
2727
static const _applicationUrl = 'https://github.com/amugofjava/anytime_podcast_player';
2828
static const _projectVersion = '1.4.0';
29-
static const _build = '231';
29+
static const _build = '234';
3030

3131
static var _agentString = userAgentAppString;
3232

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -897,10 +897,10 @@ packages:
897897
dependency: "direct main"
898898
description:
899899
name: podcast_search
900-
sha256: "7399658ceafbf7c672ee3d60afd161e8f7edd3675d32e6cb13a93346ff76ac5c"
900+
sha256: ff4a5690354a0e42df94af905d53bab43e5b9b5fff9413ae76cd6c586b388e99
901901
url: "https://pub.dev"
902902
source: hosted
903-
version: "0.7.12"
903+
version: "0.7.13"
904904
posix:
905905
dependency: transitive
906906
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: anytime
22
description: Anytime Podcast Player
33

4-
version: 1.4.0+231
4+
version: 1.4.0+234
55

66
environment:
77
sdk: '>=3.6.0 <4.0.0'
@@ -41,7 +41,7 @@ dependencies:
4141
path_provider_platform_interface: ^2.0.4
4242
percent_indicator: 4.2.5
4343
permission_handler: ^12.0.0+1
44-
podcast_search: ^0.7.12
44+
podcast_search: ^0.7.13
4545
provider: ^6.0.3
4646
rxdart: ^0.28.0
4747
scrollable_positioned_list: ^0.3.7

0 commit comments

Comments
 (0)