blob: 22b8d623a4928def85834834554644e0c4386415 [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'
}