blob: 9ec67145f35280fd94dcadbb96ebe3ee486f4ef0 [file] [log] [blame]
apply plugin: android.support.SupportLibraryPlugin
dependencies {
api project(':support-compat')
api project(':support-core-ui')
androidTestImplementation (libs.test_runner) {
exclude module: 'support-annotations'
}
androidTestImplementation (libs.espresso_core) {
exclude module: 'support-annotations'
}
}
android {
defaultConfig {
minSdkVersion 14
}
sourceSets {
main.java.srcDir 'src'
main.res.srcDir 'res'
main.assets.srcDir 'assets'
main.resources.srcDir 'src'
}
}
supportLibrary {
name 'Android Support Grid Layout'
inceptionYear '2013'
description 'Android Support Grid Layout'
}