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'