fix: upgrade workmanager to 0.9.0+3 to fix Kotlin 2.x AAB build failure #38

Merged
guettlibot merged 1 commits from fix/upgrade-workmanager-0.9 into main 2026-05-14 07:03:17 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ Future<void> registerBackgroundSync() async {
_kTaskName,
frequency: const Duration(minutes: 15),
constraints: Constraints(networkType: NetworkType.connected),
existingWorkPolicy: ExistingWorkPolicy.keep,
existingWorkPolicy: ExistingPeriodicWorkPolicy.keep,
);
}
+1 -1
View File
@@ -47,7 +47,7 @@ dependencies:
# Background sync and local notifications
flutter_local_notifications: ^18.0.1
workmanager: ^0.5.2
workmanager: ^0.9.0
dev_dependencies:
flutter_test: