Showing
4 changed files
with
5 additions
and
4 deletions
| @@ -5,7 +5,6 @@ buildscript { | @@ -5,7 +5,6 @@ buildscript { | ||
| 5 | ext.kotlin_version = '1.3.50' | 5 | ext.kotlin_version = '1.3.50' |
| 6 | repositories { | 6 | repositories { |
| 7 | google() | 7 | google() |
| 8 | - jcenter() | ||
| 9 | } | 8 | } |
| 10 | 9 | ||
| 11 | dependencies { | 10 | dependencies { |
| @@ -17,7 +16,6 @@ buildscript { | @@ -17,7 +16,6 @@ buildscript { | ||
| 17 | rootProject.allprojects { | 16 | rootProject.allprojects { |
| 18 | repositories { | 17 | repositories { |
| 19 | google() | 18 | google() |
| 20 | - jcenter() | ||
| 21 | } | 19 | } |
| 22 | } | 20 | } |
| 23 | 21 |
| @@ -2,7 +2,7 @@ name: wakelock | @@ -2,7 +2,7 @@ name: wakelock | ||
| 2 | description: >-2 | 2 | description: >-2 |
| 3 | Plugin that allows you to keep the device screen awake, i.e. prevent the screen from sleeping on | 3 | Plugin that allows you to keep the device screen awake, i.e. prevent the screen from sleeping on |
| 4 | Android, iOS, macOS, Windows, and web. | 4 | Android, iOS, macOS, Windows, and web. |
| 5 | -version: 0.5.2 | 5 | +version: 0.5.3 |
| 6 | homepage: https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock | 6 | homepage: https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock |
| 7 | 7 | ||
| 8 | environment: | 8 | environment: |
-
Please register or login to post a comment