Skip to content

Commit

Permalink
wakelock_plus, version 1.2.2. Addresses Issues #40 and #41.
Browse files Browse the repository at this point in the history
  • Loading branch information
diegotori committed Apr 2, 2024
1 parent 80134a5 commit e892c6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions wakelock_plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.2
* [#40](https://github.com/fluttercommunity/wakelock_plus/pull/40) Android Gradle 8.x upgrade fixes. Thanks [diegotori](https://github.com/diegotori).
* [#41](https://github.com/fluttercommunity/wakelock_plus/pull/41) Fix: dependency minimums adjustments. Thanks [diegotori](https://github.com/diegotori).

## 1.2.1
* Emergency hotfix by upgrading `wakelock_plus_platform_interface` to version `1.2.0`.

Expand Down
4 changes: 2 additions & 2 deletions wakelock_plus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: wakelock_plus
description: >-2
Plugin that allows you to keep the device screen awake, i.e. prevent the screen from sleeping on
Android, iOS, macOS, Windows, Linux, and web.
version: 1.2.1
version: 1.2.2
repository: https://github.com/fluttercommunity/wakelock_plus/tree/main/wakelock_plus

environment:
Expand All @@ -15,7 +15,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
meta: ^1.11.0
wakelock_plus_platform_interface: ^1.2.0
wakelock_plus_platform_interface: ^1.2.1

# Windows dependencies
# win32 is compatible across v4 and v5 for Win32 only (not COM)
Expand Down

0 comments on commit e892c6d

Please sign in to comment.