blob: cbc5195605e7e75f871139f5eb20caf0e06419b1 [file] [log] [blame]
// This build file is nonsensical, and is here purely to test logic
// within the refactoring processor to avoid changing parts of the
// project configuration that it does not understand.
plugins {
id("com.android.application")
}
buildscript {
dependencies {
"preCompile"("junit:junit:4.11")
}
}
dependencies {
testImplementation("junit:junit:4.13")
}