blob: 6f7f38745a6f6d63742e2ec749dd9250919fe1c4 [file] [log] [blame]
// This file is kept separate from build.gradle, so that the chipDeps configuration it defines can be shared.
apply plugin: 'base'
repositories {
google()
mavenCentral()
}
configurations {
chipDeps
}
dependencies {
chipDeps "androidx.annotation:annotation:1.1.0"
}