Cleaned up tests with assertk
This commit is contained in:
parent
f46aa0e2a5
commit
82d31578c8
90 changed files with 5572 additions and 3926 deletions
|
@ -1,6 +1,6 @@
|
|||
[](https://opensource.org/licenses/BSD-3-Clause) [](https://github.com/ethauvin/bitly-shorten/releases/latest) [](https://search.maven.org/search?q=g:%22net.thauvin.erik%22%20AND%20a:%22bitly-shorten%22)
|
||||
|
||||
[](https://snyk.io/test/github/ethauvin/bitly-shorten?targetFile=pom.xml) [](https://sonarcloud.io/dashboard?id=ethauvin_bitly-shorten) [](https://github.com/ethauvin/bitly-shorten/actions/workflows/gradle.yml) [](https://circleci.com/gh/ethauvin/bitly-shorten/tree/master)
|
||||
[](https://sonarcloud.io/dashboard?id=ethauvin_bitly-shorten) [](https://github.com/ethauvin/bitly-shorten/actions/workflows/gradle.yml) [](https://circleci.com/gh/ethauvin/bitly-shorten/tree/master)
|
||||
|
||||
# [Bitly](https://dev.bitly.com/v4/) Shortener for Kotlin/Java/Android
|
||||
|
||||
|
@ -51,6 +51,10 @@ BITLY_ACCESS_TOKEN=abc123def456ghi789jkl0
|
|||
To use with [Gradle](https://gradle.org/), include the following dependency in your [build](https://github.com/ethauvin/bitly-shorten/blob/master/examples/build.gradle.kts) file:
|
||||
|
||||
```gradle
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("net.thauvin.erik:bitly-shorten:0.9.3")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue