blob: 81ec66540e6c2e0f214fa8f73c9347e18bede062 [file] [log] [blame]
apply plugin: android.support.SupportLibraryPlugin
archivesBaseName = 'wearable'
dependencies {
compile project(':support-annotations')
compile project(':support-core-ui')
compile project(':support-recyclerview-v7')
androidTestCompile (libs.test_runner) {
exclude module: 'support-annotations'
}
androidTestCompile (libs.espresso_core) {
exclude module: 'support-annotations'
}
androidTestCompile libs.mockito_core
androidTestCompile libs.dexmaker
androidTestCompile libs.dexmaker_mockito
}
android {
defaultConfig {
minSdkVersion 23
}
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'
}