From 0b71fe1a000c410d99be605f4b97b2bd3b8a6e90 Mon Sep 17 00:00:00 2001 From: Jan-Frederik Konopka Date: Tue, 30 Nov 2021 12:57:51 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20jcenter()=20is=20at=20end-of-lif?= =?UTF-8?q?e,=20recommend=20mavenCentral()=20instead=20(#820)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e5928cbc..fcf4bb25 100644 --- a/README.md +++ b/README.md @@ -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) @@ -38,10 +37,10 @@ You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersi implementation 'com.github.kittinunf.fuel::' ``` -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() } ```