Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodoering committed Dec 31, 2022
1 parent 2fbea01 commit 87c2f8a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.5.1-all.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.6-all.zip
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ packages:
name: intl
url: "https://pub.dartlang.org"
source: hosted
version: "0.17.0"
version: "0.18.0"
io:
dependency: transitive
description:
Expand Down
5 changes: 4 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies:
google_fonts: ^3.0.0
http: ^0.13.3
humanizer: ^2.0.0
intl: ^0.17.0
intl: ^0.18.0
json_annotation: ^4.5.0
location: ^4.4.0
logging: ^1.0.1
Expand Down Expand Up @@ -105,6 +105,9 @@ dev_dependencies:
mocktail: ^0.3.0
riverpod_generator: ^1.0.6

dependency_overrides:
intl: ^0.18.0

flutter:
uses-material-design: true

Expand Down

0 comments on commit 87c2f8a

Please sign in to comment.