Revision control

Copy as Markdown

apply from: "$rootDir/build-scripts/component-common.gradle"
apply from: "$rootDir/build-scripts/protobuf-common.gradle"
apply from: "$rootDir/publish.gradle"
android {
namespace 'org.mozilla.appservices.httpconfig'
}
dependencies {
api libs.mozilla.concept.fetch
}
ext.dependsOnTheMegazord()
ext.configurePublish()