blob: 1bb0ed06ea547c80b357739d34bf8096953c0748 [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 {
testCompile("junit:junit:4.13")
}