From c6b24879a5213db9f0d8449d3adc3429e47c218e Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 21 Mar 2021 18:05:11 -0700 Subject: [PATCH] Updated versions. --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 011990f..d353d4a 100644 --- a/README.md +++ b/README.md @@ -52,15 +52,11 @@ test({ "shorturl": "https://is.gd/foobar" }); To use with [Gradle](https://gradle.org/), include the following dependency in your [build](https://github.com/ethauvin/isgd-shorten/blob/master/examples/build.gradle.kts) file: ```gradle -repositories { - jcenter() -} - dependencies { - implementation("net.thauvin.erik:isgd-shorten:0.9.1") + implementation("net.thauvin.erik:isgd-shorten:0.9.2") } ``` -Instructions for using with Maven, Ivy, etc. can be found on [Maven Central](https://search.maven.org/artifact/net.thauvin.erik/isgd-shorten/0.9.1/jar). +Instructions for using with Maven, Ivy, etc. can be found on [Maven Central](https://search.maven.org/artifact/net.thauvin.erik/isgd-shorten/0.9.2/jar). ### v.gd