mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-25 02:20:57 +00:00
Only fetch 2 specific dependencies from JCenter
This commit is contained in:
parent
09c789b250
commit
3a66851df5
1 changed files with 7 additions and 1 deletions
|
@ -24,7 +24,13 @@ allprojects {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
google()
|
google()
|
||||||
maven { url 'https://jitpack.io' }
|
maven { url 'https://jitpack.io' }
|
||||||
jcenter()
|
maven {
|
||||||
|
url 'https://jcenter.bintray.com'
|
||||||
|
content {
|
||||||
|
includeModule('com.amulyakhare', 'com.amulyakhare.textdrawable')
|
||||||
|
includeModule('info.guardianproject.trustedintents', 'trustedintents')
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue