blob: ddd04e8b73d563fa8bb89024b34264891835837a [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 {
compileSdkVersion project.ext.currentSdk
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'
}