Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksander-clarifai authored Sep 9, 2022
1 parent 297f5d7 commit 807a6bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Via Gradle:

```
repositories {
jcenter()
mavenCentral()
}
dependencies {
Expand All @@ -35,9 +35,9 @@ Via Maven:
```
<repositories>
<repository>
<id>jcenter</id>
<name>jcenter</name>
<url>https://jcenter.bintray.com</url>
<id>mavenCentral</id>
<name>mavenCentral</name>
<url>http://repo1.maven.org/maven2</url>
</repository>
</repositories>
Expand Down

0 comments on commit 807a6bc

Please sign in to comment.