Skip to content

Commit f53deef

Browse files
committed
Merge pull request android-async-http#1101 from AndroidMarv/master
Update README
2 parents 6ed0a43 + 746b380 commit f53deef

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)