Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvedder committed Mar 13, 2024
1 parent 5a280e4 commit 10a4b47
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if (keystorePropertiesFile.exists()) {

android {
namespace "health.studyu.me"
compileSdkVersion Math.max(flutter.compileSdkVersion, 33)
compileSdkVersion Math.max(flutter.compileSdkVersion, 34)
ndkVersion flutter.ndkVersion

defaultConfig {
Expand Down
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,10 @@ packages:
dependency: "direct main"
description:
name: flutter_local_notifications
sha256: c18f1de98fe0bb9dd5ba91e1330d4febc8b6a7de6aae3ffe475ef423723e72f3
sha256: f9a05409385b77b06c18f200a41c7c2711ebf7415669350bb0f8474c07bd40d1
url: "https://pub.dev"
source: hosted
version: "16.3.2"
version: "17.0.0"
flutter_local_notifications_linux:
dependency: transitive
description:
Expand Down Expand Up @@ -612,10 +612,10 @@ packages:
dependency: "direct main"
description:
name: provider
sha256: "9a96a0a19b594dbc5bf0f1f27d2bc67d5f95957359b461cd9feb44ed6ae75096"
sha256: c8a055ee5ce3fd98d6fc872478b03823ffdb448699c6ebdbbc71d59b596fd48c
url: "https://pub.dev"
source: hosted
version: "6.1.1"
version: "6.1.2"
pub_semver:
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 @@ -24,15 +24,15 @@ dependencies:
flutter:
sdk: flutter

provider: ^6.1.1
provider: ^6.1.2
uuid: ^4.3.3
intl: ^0.17.0
charts_flutter: ^0.12.0
flutter_timezone: ^1.0.8
hive: ^2.2.3
hive_flutter: ^1.1.0
scrollable_positioned_list: ^0.3.8
flutter_local_notifications: ^16.3.2
flutter_local_notifications: ^17.0.0
json_serializable: ^6.7.1
json_annotation: ^4.8.1
cupertino_icons: ^1.0.6
Expand Down

0 comments on commit 10a4b47

Please sign in to comment.