Skip to content

Commit 6e04ba0

Browse files
author
Joseph Smith
committed
Update Gradle instruction. mavenRepo was removed in Gradle 2.0
1 parent f421b9b commit 6e04ba0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ If you use Gradle (or any tool using Maven dependencies) you can simply declare
3333

3434

3535
repositories {
36-
mavenCentral()
37-
mavenRepo(url: 'http://jcenter.bintray.com')
36+
mavenCentral()
37+
jcenter()
3838
}
3939

4040

0 commit comments

Comments
 (0)