Skip to content

Commit

Permalink
use device_calendar repo ref for AGP 8 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
crc-32 committed Jun 10, 2024
1 parent fc97c07 commit bd2e612
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
11 changes: 6 additions & 5 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,12 @@ packages:
device_calendar:
dependency: "direct main"
description:
name: device_calendar
sha256: "991b55bb9e0a0850ec9367af8227fe25185210da4f5fa7bd15db4cc813b1e2e5"
url: "https://pub.dev"
source: hosted
version: "4.3.2"
path: "."
ref: b21ffc1
resolved-ref: b21ffc128cf0e9c56d98523176554d8630ff04e1
url: "https://github.com/builttoroam/device_calendar.git"
source: git
version: "4.3.3"
device_info_plus:
dependency: "direct main"
description:
Expand Down
5 changes: 4 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ dependencies:
state_notifier: ^0.7.0
hooks_riverpod: ^2.0.0
flutter_hooks: ^0.18.0
device_calendar: ^4.3.0
device_calendar:
git:
url: https://github.com/builttoroam/device_calendar.git
ref: b21ffc1 # 4.3.2 + AGP 8.0 compat
uuid_type: ^2.0.0
path: ^1.8.0
json_annotation: ^4.6.0
Expand Down

0 comments on commit bd2e612

Please sign in to comment.