Showing
4 changed files
with
7 additions
and
2 deletions
| @@ -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: |
-
Please register or login to post a comment