creativecreatorormaybenot
Committed by GitHub

0.1.4+2 (#33)

@@ -51,7 +51,7 @@ jobs: @@ -51,7 +51,7 @@ jobs:
51 strategy: 51 strategy:
52 matrix: 52 matrix:
53 device: 53 device:
54 - - 'iPhone 11 (13.3)' 54 + - 'iPhone 11 Pro Max (13.5)'
55 - 'Android' 55 - 'Android'
56 channel: 56 channel:
57 - 'stable' 57 - 'stable'
  1 +## 0.1.4+2
  2 +
  3 +* Fixed Gradle builds missing NonNull annotation.
  4 +
1 ## 0.1.4+1 5 ## 0.1.4+1
2 6
3 * Finished migration to new Flutter plugin embedding. 7 * Finished migration to new Flutter plugin embedding.
@@ -40,4 +40,5 @@ android { @@ -40,4 +40,5 @@ android {
40 40
41 dependencies { 41 dependencies {
42 implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" 42 implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
  43 + implementation "androidx.annotation:annotation:1.1.0"
43 } 44 }
1 name: wakelock 1 name: wakelock
2 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. 2 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.
3 -version: 0.1.4+1 3 +version: 0.1.4+2
4 homepage: https://github.com/creativecreatorormaybenot/wakelock 4 homepage: https://github.com/creativecreatorormaybenot/wakelock
5 5
6 environment: 6 environment: