Skip to content

Commit 8cbfc63

Browse files
committed
Remove unnecessary support lib/jcenter reference.
Progress towards bumptech#2347.
1 parent 3bf2d36 commit 8cbfc63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,12 @@ Or use Gradle:
2424

2525
```gradle
2626
repositories {
27-
mavenCentral() // jcenter() works as well because it pulls from Maven Central
27+
mavenCentral()
2828
maven { url 'https://maven.google.com' }
2929
}
3030
3131
dependencies {
3232
compile 'com.github.bumptech.glide:glide:4.1.1'
33-
compile 'com.android.support:support-v4:25.3.1'
3433
annotationProcessor 'com.github.bumptech.glide:compiler:4.1.1'
3534
}
3635
```

0 commit comments

Comments
 (0)