Skip to content

Commit

Permalink
#129 - update readme to include correct maven repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsburrows committed May 29, 2020
1 parent d6a5a50 commit cf981d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Also, for Android projects the license HTML file will be copied to `<project>/sr
buildscript {
repositories {
jcenter()
google()
}
dependencies {
Expand All @@ -36,6 +37,7 @@ Release versions are available in the [JFrog Bintray repository](https://jcenter
buildscript {
repositories {
maven { url 'https://oss.jfrog.org/artifactory/oss-snapshot-local/' }
google()
}
dependencies {
Expand Down

0 comments on commit cf981d6

Please sign in to comment.