Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Remove Jcenter (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamsmith authored Aug 4, 2021
1 parent 8d6197e commit cde2281
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions wakelock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.3

* Removed Jcenter from Gradle build as has been sunset.

## 0.5.2

* Updated generated message handling.
Expand Down
2 changes: 0 additions & 2 deletions wakelock/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ buildscript {
ext.kotlin_version = '1.3.50'
repositories {
google()
jcenter()
}

dependencies {
Expand All @@ -17,7 +16,6 @@ buildscript {
rootProject.allprojects {
repositories {
google()
jcenter()
}
}

Expand Down
1 change: 0 additions & 1 deletion wakelock/example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
}
}

Expand Down
2 changes: 1 addition & 1 deletion wakelock/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: wakelock
description: >-2
Plugin that allows you to keep the device screen awake, i.e. prevent the screen from sleeping on
Android, iOS, macOS, Windows, and web.
version: 0.5.2
version: 0.5.3
homepage: https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock

environment:
Expand Down

0 comments on commit cde2281

Please sign in to comment.