|
apply from: "$rootDir/gradle/instrumentation.gradle"
|
|
|
|
muzzle {
|
|
pass {
|
|
group = 'com.github.jkcclemens'
|
|
module = 'khttp'
|
|
versions = "(,)"
|
|
assertInverse = true
|
|
}
|
|
}
|
|
|
|
repositories {
|
|
maven { url 'https://jitpack.io' }
|
|
}
|
|
|
|
dependencies {
|
|
library 'com.github.jkcclemens:khttp:0.1.0'
|
|
} |