creativecreatorormaybenot
Committed by GitHub

0.1.4+2 (#33)

... ... @@ -51,7 +51,7 @@ jobs:
strategy:
matrix:
device:
- 'iPhone 11 (13.3)'
- 'iPhone 11 Pro Max (13.5)'
- 'Android'
channel:
- 'stable'
... ...
## 0.1.4+2
* Fixed Gradle builds missing NonNull annotation.
## 0.1.4+1
* Finished migration to new Flutter plugin embedding.
... ...
... ... @@ -40,4 +40,5 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "androidx.annotation:annotation:1.1.0"
}
... ...
name: wakelock
description: This plugin allows you to keep Android and iOS devices awake, i.e. prevent the screen from sleeping by toggling the wakelock of the device on or off.
version: 0.1.4+1
version: 0.1.4+2
homepage: https://github.com/creativecreatorormaybenot/wakelock
environment:
... ...