Added support for snapshot.

This commit is contained in:
Erik C. Thauvin 2021-05-02 20:34:48 -07:00
parent 3772d523c8
commit e76957689f
4 changed files with 13 additions and 8 deletions

View file

@ -14,7 +14,7 @@ repositories {
}
dependencies {
implementation("net.thauvin.erik:bitly-shorten:0.9.4")
implementation("net.thauvin.erik:bitly-shorten:0.9.4-SNAPSHOT")
implementation("org.json:json:20210307")
}