[#12] Remove reference to Jcenter

Jcenter is deprecated and library is also published to MavenCentral
This commit is contained in:
Carter Jernigan 2022-04-26 08:09:24 -04:00 committed by Carter Jernigan
parent 1f41fdaecd
commit 95cfcaa42b
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ dependencies {
}
repository {
jcenter()
mavenCentral()
}
```
***