blob: ae8bac05a6525d30363d3b2f9219ab6384757d7a [file] [log] [blame]
import static android.support.dependencies.DependenciesKt.*
import android.support.LibraryGroups
import android.support.LibraryVersions
plugins {
id("SupportAndroidLibraryPlugin")
}
dependencies {
api(project(":support-compat"))
api(project(":support-core-ui"))
androidTestImplementation(TEST_RUNNER)
androidTestImplementation(ESPRESSO_CORE)
}
android {
sourceSets {
main.res.srcDir 'res'
}
}
supportLibrary {
name = "Android Support Grid Layout"
publish = true
mavenVersion = LibraryVersions.SUPPORT_LIBRARY
mavenGroup = LibraryGroups.SUPPORT
inceptionYear = "2013"
description = "Android Support Grid Layout"
legacySourceLocation = true
}