extern: support-v4-preferencefragment: switch to jcenter()

This fixes the android gradle plugin not being found.
This commit is contained in:
Marcus Hoffmann 2017-10-20 13:48:55 +02:00
parent 0f05e95b2a
commit 5e612a67ff

@ -1,6 +1,6 @@
buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {