Skip to content

Commit

Permalink
Change wearos library version
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed May 31, 2024
1 parent f05664f commit b3eb0b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/Backend/audio.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class UserAudioActions extends _$UserAudioActions {
try {
results = SentryHive.box<AudioAction>(audioActionsBox).values.toList(growable: true);
} catch (e, s) {
_audioLogger.severe("Unable to load favorites: $e", e, s);
_audioLogger.severe("Unable to load audio: $e", e, s);
}
return results;
}
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -663,8 +663,8 @@ packages:
description:
path: "."
ref: HEAD
resolved-ref: "892502783a8428c7e001b53c36d8777c2b240054"
url: "https://github.com/Codel1417/flutter_wear_os_connectivity"
resolved-ref: ec4df8a3dcfe6f36a91dd80b30d808da6650db68
url: "https://github.com/offline-first/flutter_wear_os_connectivity"
source: git
version: "1.0.0"
flutter_web_plugins:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies:
quick_actions: ^1.0.7 # puts favorites on the home screen
flutter_wear_os_connectivity:
git:
url: https://github.com/Codel1417/flutter_wear_os_connectivity
url: https://github.com/offline-first/flutter_wear_os_connectivity
just_audio: ^0.9.38 # Used for Sound Effects
audio_session: ^0.1.19 # Used to configure the audio session for just_audio

Expand Down

0 comments on commit b3eb0b5

Please sign in to comment.