We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c789b commit 3a66851Copy full SHA for 3a66851
build.gradle
@@ -24,7 +24,13 @@ allprojects {
24
mavenCentral()
25
google()
26
maven { url 'https://jitpack.io' }
27
- jcenter()
+ maven {
28
+ url 'https://jcenter.bintray.com'
29
+ content {
30
+ includeModule('com.amulyakhare', 'com.amulyakhare.textdrawable')
31
+ includeModule('info.guardianproject.trustedintents', 'trustedintents')
32
+ }
33
34
}
35
36
0 commit comments