We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749e3ff commit 19a056fCopy full SHA for 19a056f
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 0.3.5
2
+
3
+* Maintenance release
4
+* Update kotlin and gradle versions
5
6
## 0.3.4
7
8
* Refactor native code
example/pubspec.lock
@@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
9
source: path
10
- version: "0.3.4"
+ version: "0.3.5"
11
async:
12
dependency: transitive
13
description:
pubspec.yaml
@@ -13,7 +13,7 @@ topics:
- android
14
- native
15
16
-version: 0.3.4
+version: 0.3.5
17
18
environment:
19
sdk: '>=2.12.0 <4.0.0'
0 commit comments