blob: 003b7c3e84cd94914e2a2f5900d5ac25bd802ad2 [file] [log] [blame]
dependencies {
"feature"(files("b.jar"))
api(files("a.jar"))
implementation("androidx.constraintlayout:constraintlayout:1.1.3")
testCompile(files("c.jar"))
}