Skip to content

Commit 3a66851

Browse files
committed
Only fetch 2 specific dependencies from JCenter
1 parent 09c789b commit 3a66851

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

build.gradle

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,13 @@ allprojects {
2424
mavenCentral()
2525
google()
2626
maven { url 'https://jitpack.io' }
27-
jcenter()
27+
maven {
28+
url 'https://jcenter.bintray.com'
29+
content {
30+
includeModule('com.amulyakhare', 'com.amulyakhare.textdrawable')
31+
includeModule('info.guardianproject.trustedintents', 'trustedintents')
32+
}
33+
}
2834
}
2935
}
3036

0 commit comments

Comments
 (0)