Skip to content

Commit 7600aef

Browse files
committed
Update version and changelog
1 parent 9243525 commit 7600aef

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.4.0
2+
3+
* Upgrade Android dependencies (Gradle, AGP, Java, Kotlin)
4+
* Widen `flutter_lints` constraints
5+
16
## 0.3.6
27

38
* Return `null` on platforms other than Android, instead of throwing an exception

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
path: ".."
88
relative: true
99
source: path
10-
version: "0.3.6"
10+
version: "0.4.0"
1111
async:
1212
dependency: transitive
1313
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ topics:
1313
- android
1414
- native
1515

16-
version: 0.3.6
16+
version: 0.4.0
1717

1818
environment:
1919
sdk: '>=2.12.0 <4.0.0'

0 commit comments

Comments
 (0)