Skip to content

Commit

Permalink
Update extended_image dependency to v8.2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
amugofjava committed Sep 14, 2024
1 parent 5d7747f commit f7c4d15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/core/environment.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Environment {
static const _applicationName = 'Anytime';
static const _applicationUrl = 'https://github.com/amugofjava/anytime_podcast_player';
static const _projectVersion = '1.3.9';
static const _build = '151';
static const _build = '153';

static var _agentString = userAgentAppString;

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: anytime
description: Anytime Podcast Player

version: 1.3.9+151
version: 1.3.9+153

environment:
sdk: '>=3.2.0 <4.0.0'
Expand All @@ -18,7 +18,7 @@ dependencies:
cupertino_icons: ^1.0.6
device_info_plus: ^10.1.2
expand_widget: ^3.1.0
extended_image: ^8.2.0
extended_image: ^8.2.3
file_picker: ^8.0.7
flutter_dialogs: ^3.0.0
flutter_downloader: ^1.11.8
Expand Down

0 comments on commit f7c4d15

Please sign in to comment.