Skip to content

Commit

Permalink
[311] Changed the shared_preferences dependency version to '>=2.1.1 <…
Browse files Browse the repository at this point in the history
…3.0.0' to allow more compatibility.
  • Loading branch information
larryaasen committed Nov 7, 2023
1 parent a37dbc2 commit 0a0826d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 8.3.0

- [311] Changed the shared_preferences dependency version to '>=2.1.1 <3.0.0' to allow more compatibility.

## 8.2.0

- [336] Changed the device_info_plus dependency version from ^9.0.1 to any which now allows for older versions.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: upgrader
description: Flutter package for prompting users to upgrade when there is a newer version of the app in the store.
version: 8.2.0
version: 8.3.0
homepage: https://github.com/larryaasen/upgrader

environment:
Expand All @@ -27,7 +27,7 @@ dependencies:
package_info_plus: ^4.0.1

# From Flutter Team: Wraps NSUserDefaults (on iOS) and SharedPreferences (on Android).
shared_preferences: ^2.1.1
shared_preferences: '>=2.1.1 <3.0.0'

# From Flutter Team: A Flutter plugin for launching a URL in the mobile platform.
url_launcher: ^6.1.11
Expand Down

0 comments on commit 0a0826d

Please sign in to comment.