Updated examples with error ID

This commit is contained in:
Erik C. Thauvin 2023-01-29 01:38:54 -08:00
parent 1906a24343
commit eefd4ee615
3 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ repositories {
}
dependencies {
implementation("net.thauvin.erik:cryptoprice:1.1.0-SNAPSHOT")
implementation("net.thauvin.erik:cryptoprice:1.0.1-SNAPSHOT")
implementation("org.json:json:20220924")
}