Skip to content

Commit

Permalink
📝 jcenter() is at end-of-life, recommend mavenCentral() instead (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
xjcl authored Nov 30, 2021
1 parent 823df71 commit 0b71fe1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Fuel

[![jcenter](https://api.bintray.com/packages/kittinunf/maven/Fuel-Android/images/download.svg)](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion)
[![mavenCentral](https://maven-badges.herokuapp.com/maven-central/com.github.kittinunf.fuel/fuel/badge.svg)](https://search.maven.org/search?q=g:com.github.kittinunf.fuel)
[![Build Status](https://travis-ci.org/kittinunf/fuel.svg?branch=master)](https://travis-ci.org/kittinunf/fuel)
[![Codecov](https://codecov.io/github/kittinunf/fuel/coverage.svg?branch=master)](https://codecov.io/gh/kittinunf/fuel)
Expand Down Expand Up @@ -38,10 +37,10 @@ You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersi
implementation 'com.github.kittinunf.fuel:<package>:<latest-version>'
```

Make sure to include `jcenter()` or `mavenCentral()` in your repositories
Make sure to include `mavenCentral()` in your repositories (`jcenter()` is deprecated, new releases starting from 2.2.3 are hosted on `mavenCentral()`)
```groovy
repositories {
jcenter() //or mavenCentral()
mavenCentral()
}
```

Expand Down

0 comments on commit 0b71fe1

Please sign in to comment.