Committed by
GitHub
Add mavenCentral to Gradle build (#130)
* Add mavenCentral to Gradle build * Update CHANGELOG.md * Update pubspec.yaml * Update build.gradle Co-authored-by: creativecreatorormaybenot <creativecreatorormaybenot@gmail.com>
Showing
4 changed files
with
9 additions
and
2 deletions
| @@ -5,6 +5,7 @@ buildscript { | @@ -5,6 +5,7 @@ buildscript { | ||
| 5 | ext.kotlin_version = '1.3.50' | 5 | ext.kotlin_version = '1.3.50' |
| 6 | repositories { | 6 | repositories { |
| 7 | google() | 7 | google() |
| 8 | + mavenCentral() | ||
| 8 | } | 9 | } |
| 9 | 10 | ||
| 10 | dependencies { | 11 | dependencies { |
| @@ -16,6 +17,7 @@ buildscript { | @@ -16,6 +17,7 @@ buildscript { | ||
| 16 | rootProject.allprojects { | 17 | rootProject.allprojects { |
| 17 | repositories { | 18 | repositories { |
| 18 | google() | 19 | google() |
| 20 | + mavenCentral() | ||
| 19 | } | 21 | } |
| 20 | } | 22 | } |
| 21 | 23 |
| @@ -2,7 +2,7 @@ buildscript { | @@ -2,7 +2,7 @@ buildscript { | ||
| 2 | ext.kotlin_version = '1.3.50' | 2 | ext.kotlin_version = '1.3.50' |
| 3 | repositories { | 3 | repositories { |
| 4 | google() | 4 | google() |
| 5 | - jcenter() | 5 | + mavenCentral() |
| 6 | } | 6 | } |
| 7 | 7 | ||
| 8 | dependencies { | 8 | dependencies { |
| @@ -14,6 +14,7 @@ buildscript { | @@ -14,6 +14,7 @@ buildscript { | ||
| 14 | allprojects { | 14 | allprojects { |
| 15 | repositories { | 15 | repositories { |
| 16 | google() | 16 | google() |
| 17 | + mavenCentral() | ||
| 17 | } | 18 | } |
| 18 | } | 19 | } |
| 19 | 20 |
| @@ -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.3 | 5 | +version: 0.5.3+1 |
| 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