blob: ac0ffcb90a463a44459bfe848154960d4cd3c0f1 [file] [log] [blame]
android {
buildTypes {
create("dotted.buildtype") {
}
}
}
dependencies {
"dotted.buildtypeImplementation"("com.android.support:appcompat-v7:+")
}