creativecreatorormaybenot
Committed by GitHub

Bump import_js_library (#55)

* Bump import_js_library

* Fix checks
@@ -53,7 +53,7 @@ jobs: @@ -53,7 +53,7 @@ jobs:
53 strategy: 53 strategy:
54 matrix: 54 matrix:
55 device: 55 device:
56 - - 'iPhone 11 Pro Max (13.7)' 56 + - 'iPhone 11 Pro Max (14.0)'
57 channel: 57 channel:
58 - 'stable' 58 - 'stable'
59 - 'beta' 59 - 'beta'
  1 +## 0.1.0+3
  2 +
  3 +* Bumped minimum `import_js_library` version in order to resolve Android build warning.
  4 +
1 ## 0.1.0+2 5 ## 0.1.0+2
2 6
3 * Version increment for automated publishing. 7 * Version increment for automated publishing.
1 name: wakelock_web 1 name: wakelock_web
2 description: Web platform implementation of the wakelock_platform_interface for the wakelock plugin. 2 description: Web platform implementation of the wakelock_platform_interface for the wakelock plugin.
3 -version: 0.1.0+2 3 +version: 0.1.0+3
4 homepage: https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock_web 4 homepage: https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock_web
5 5
6 environment: 6 environment:
@@ -13,7 +13,7 @@ dependencies: @@ -13,7 +13,7 @@ dependencies:
13 flutter_web_plugins: 13 flutter_web_plugins:
14 sdk: flutter 14 sdk: flutter
15 15
16 - import_js_library: ^1.0.1 16 + import_js_library: ^1.0.2
17 js: ^0.6.2 17 js: ^0.6.2
18 18
19 wakelock_platform_interface: ^0.1.0 19 wakelock_platform_interface: ^0.1.0