From 7600aef01dbbde051ac18c68c766962424a39ada Mon Sep 17 00:00:00 2001 From: Joachim Nohl <43643339+nohli@users.noreply.github.com> Date: Thu, 6 Jun 2024 04:19:28 +0100 Subject: [PATCH] Update version and changelog --- CHANGELOG.md | 5 +++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3a8c5f..1e24ea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.4.0 + +* Upgrade Android dependencies (Gradle, AGP, Java, Kotlin) +* Widen `flutter_lints` constraints + ## 0.3.6 * Return `null` on platforms other than Android, instead of throwing an exception diff --git a/example/pubspec.lock b/example/pubspec.lock index 94f955f..85048d6 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "0.3.6" + version: "0.4.0" async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index a329a38..e835129 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ topics: - android - native -version: 0.3.6 +version: 0.4.0 environment: sdk: '>=2.12.0 <4.0.0'