creativecreatorormaybenot
Committed by GitHub

Fix Android build warning (#56)

* Update pubspec.yaml

* Update CHANGELOG.md

* Update pubspec.yaml

* Update CHANGELOG.md
  1 +## 0.2.1+1
  2 +
  3 +* Fixed Android build warning (`import_js_library`) by bumping `wakelock_web`.
  4 +
1 ## 0.2.1 5 ## 0.2.1
2 6
3 -* Rewrite messages to stay as Java code and use `1.8` JVM target in order to allow interop with 7 +* Rewrote messages to stay as Java code and use `1.8` JVM target in order to allow interop with
4 Kotlin. This **fixes** Android build errors. 8 Kotlin. This **fixes** Android build errors.
5 9
6 ## 0.2.0+2 10 ## 0.2.0+2
@@ -9,7 +13,7 @@ @@ -9,7 +13,7 @@
9 13
10 ## 0.2.0+1 14 ## 0.2.0+1
11 15
12 -* Fix iOS build issue by bumping the `wakelock_web` dependency. 16 +* Fixed iOS build issue by bumping the `wakelock_web` dependency.
13 17
14 ## 0.2.0 18 ## 0.2.0
15 19
@@ -2,7 +2,7 @@ name: wakelock @@ -2,7 +2,7 @@ name: wakelock
2 description: >-2 2 description: >-2
3 Plugin that allows you to keep the device screen awake, i.e. prevent the screen from sleeping on 3 Plugin that allows you to keep the device screen awake, i.e. prevent the screen from sleeping on
4 Android, iOS, and web. 4 Android, iOS, and web.
5 -version: 0.2.1 5 +version: 0.2.1+1
6 homepage: https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock 6 homepage: https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock
7 7
8 environment: 8 environment:
@@ -15,8 +15,8 @@ dependencies: @@ -15,8 +15,8 @@ dependencies:
15 15
16 meta: ^1.2.0 16 meta: ^1.2.0
17 17
18 - wakelock_platform_interface: ^0.1.0  
19 - wakelock_web: ^0.1.0+1 18 + wakelock_platform_interface: ^0.1.0+1
  19 + wakelock_web: ^0.1.0+3
20 20
21 dev_dependencies: 21 dev_dependencies:
22 flutter_test: 22 flutter_test: