diff --git a/build.gradle b/build.gradle index 9302ca61e..db17294fc 100644 --- a/build.gradle +++ b/build.gradle @@ -24,11 +24,11 @@ subprojects { mavenLocal() mavenCentral() jcenter() - // TODO(T40752310): Remove this once Fresco is stable. - maven { url 'https://jitpack.io' } if (isSnapshot()) { maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' } + // TODO(T40752310): Remove this once Fresco is stable. + maven { url 'https://jitpack.io' } } } }