Implement custom bitlink update. Closes #15

This commit is contained in:
Erik C. Thauvin 2024-05-18 17:04:53 -07:00
parent 55bc8d9e6a
commit 517aeb016a
Signed by: erik
GPG key ID: 776702A6A2DA330E
10 changed files with 160 additions and 52 deletions

View file

@ -17,7 +17,7 @@ repositories {
}
dependencies {
implementation("net.thauvin.erik:bitly-shorten:1.0.1")
implementation("net.thauvin.erik:bitly-shorten:2.0.0")
implementation("org.json:json:20240303")
}