Revert to version 2.0.0 in the example until the new Maven Central API is implemented in bld

This commit is contained in:
Erik C. Thauvin 2025-06-30 16:29:15 -07:00
parent 82b45b0bc1
commit 1b07597252
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

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