Skip to content

Commit

Permalink
ci/cd fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
its-me-abhishek committed Dec 16, 2023
1 parent 706735f commit 69ddc39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -676,10 +676,10 @@ packages:
dependency: "direct main"
description:
name: package_info_plus
sha256: "88bc797f44a94814f2213db1c9bd5badebafdfb8290ca9f78d4b9ee2a3db4d79"
sha256: "7e76fad405b3e4016cd39d08f455a4eb5199723cf594cd1b8916d47140d93017"
url: "https://pub.dev"
source: hosted
version: "5.0.1"
version: "4.2.0"
package_info_plus_platform_interface:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A new Flutter project.
version: 1.0.0+1

environment:
sdk: ">=2.16.1"
sdk: ">=2.16.1 <3.0.0"

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand Down Expand Up @@ -35,7 +35,7 @@ dependencies:
import_sorter: ^4.6.0
intl: ^0.18.0
loggy: ^2.0.1+1
package_info_plus: ^5.0.1
package_info_plus: ^4.0.2
pem: ^2.0.1
permission_handler: ^11.1.0
shared_preferences: ^2.0.13
Expand Down

0 comments on commit 69ddc39

Please sign in to comment.