blob: aaceec02f4d4b04f6946a5d4315cf34fa1b9983f [file] [log] [blame]
plugins {
id("SupportAndroidLibraryPlugin")
}
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.res.srcDir 'res'
}
}
supportLibrary {
name 'Android Support Grid Layout'
publish true
inceptionYear '2013'
description 'Android Support Grid Layout'
legacySourceLocation true
}