From c59d40df439a39bb320cbf05907a9c2a9d90159d Mon Sep 17 00:00:00 2001 From: William Verhaeghe Date: Wed, 29 Jan 2025 15:54:38 +0100 Subject: [PATCH 1/2] Updated pubspec --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 4ebbcbd..a12d15d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ repository: https://github.com/icapps/flutter-background-location-tracker version: 1.5.0 environment: - sdk: ">=2.12.0" + sdk: ">=3.0.0 <4.0.0" flutter: ">=2.0.0" dependencies: From 47bd28936e40bb5a5b30bc82677d5034e39792db Mon Sep 17 00:00:00 2001 From: William Verhaeghe Date: Wed, 29 Jan 2025 15:55:05 +0100 Subject: [PATCH 2/2] Updated changelog date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67c9a90..16ddecb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.5.0 - 2025-01-27 +## 1.5.0 - 2025-01-29 - Updated gradle dependencies ## 1.4.3 - 2024-03-28