blob: 627f4ca6973e260cc712a0f8c4bb657b0384fafa [file] [log] [blame]
apply plugin: android.support.SupportLibraryPlugin
archivesBaseName = 'wearable'
dependencies {
compile project(':support-annotations')
compile project(':support-core-ui')
androidTestCompile (libs.test_runner) {
exclude module: 'support-annotations'
}
androidTestCompile (libs.espresso_core) {
exclude module: 'support-annotations'
}
}
android {
defaultConfig {
minSdkVersion 20
}
sourceSets {
main.java.srcDir 'src'
main.res.srcDirs 'res', 'res-public'
}
buildTypes.all {
consumerProguardFiles 'proguard-rules.pro'
}
}
supportLibrary {
name 'Android Wear Support UI'
inceptionYear '2016'
description 'Android Wear Support UI'
}