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