blob: 4fc6b12e6fada1112525919e1138948bca5b86fb [file] [log] [blame]
apply plugin: 'android-library'
archivesBaseName = 'gridlayout-v7'
android {
compileSdkVersion "unstubbed"
buildToolsVersion "17"
sourceSets {
main.manifest.srcFile 'AndroidManifest.xml'
main.java.srcDir 'src'
main.res.srcDir 'res'
main.assets.srcDir 'assets'
main.resources.srcDir 'src'
instrumentTest.java.srcDir 'tests/src'
// this moves src/instrumentTest to tests so all folders follow:
// tests/java, tests/res, tests/assets, ...
// This is a *reset* so it replaces the default paths
instrumentTest.setRoot('tests')
}
}