creativecreatorormaybenot
Committed by GitHub

Fix Android build warning (#56)

* Update pubspec.yaml

* Update CHANGELOG.md

* Update pubspec.yaml

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