Skip to content

Commit e0a6de2

Browse files
authored
fix: SecurityException when patching application (#1856)
1 parent afdba00 commit e0a6de2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ dependencies:
2626
flutter:
2727
sdk: flutter
2828
flutter_background:
29-
git: # remove once https://github.com/JulianAssmann/flutter_background/pull/79 is merged
30-
url: https://github.com/BenjaminHalko/flutter_background
31-
ref: 560d21c4148b53933313573e7eafca0b0eb9aadf # Branch: specify-namespace
29+
git: # remove once https://github.com/JulianAssmann/flutter_background/pull/83 is merged
30+
url: https://github.com/validcube/flutter_background
31+
ref: 900a81501f1f0e4996fe9e2cbf55f1ea8df08b49 # Branch: specify-namespace
3232
flutter_cache_manager: ^3.3.2
3333
flutter_file_dialog: ^3.0.2
3434
flutter_local_notifications: ^17.1.0

0 commit comments

Comments
 (0)