Revision control

Copy as Markdown

apply from: "$rootDir/build-scripts/component-common.gradle"
apply from: "$rootDir/publish.gradle"
android {
namespace 'org.mozilla.appservices.remotesettings'
}
ext.configureUniFFIBindgen("../src/remote_settings.udl")
ext.dependsOnTheMegazord()
ext.configurePublish()
dependencies {
testImplementation libs.mozilla.concept.fetch
testImplementation project(":httpconfig")
}