Skip to content

Commit 3ddb081

Browse files
committed
Update README
changed the incorrect repositories { maven { mavenCentral() } } to repositories { mavenCentral() }
1 parent 9c7b6d4 commit 3ddb081

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,9 @@ Packaging: JAR or AAR
5959
Gradle
6060
```groovy
6161
repositories {
62-
maven {
63-
mavenCentral()
64-
}
62+
mavenCentral()
6563
}
64+
6665
dependencies {
6766
compile 'com.loopj.android:android-async-http:1.4.9'
6867
}

0 commit comments

Comments
 (0)