blob: 814f5cfe7bdf909a501efd6d5a5fced6fd686ddc [file] [log] [blame]
apply plugin: android.support.SupportAndroidLibraryPlugin
dependencies {
api project(':support-annotations')
api project(':support-core-ui')
api project(':support-fragment')
api project(':percent')
api project(':recyclerview-v7')
androidTestImplementation libs.test_runner, { exclude module: 'support-annotations' }
androidTestImplementation libs.espresso_core, { exclude module: 'support-annotations' }
androidTestImplementation libs.mockito_core, { exclude group: 'net.bytebuddy' } // DexMaker has it"s own MockMaker
androidTestImplementation libs.dexmaker_mockito, { exclude group: 'net.bytebuddy' } // DexMaker has it"s own MockMaker
provided fileTree(dir: 'wear_stubs', include: ['com.google.android.wearable-stubs.jar'])
}
android {
defaultConfig {
minSdkVersion 23
}
sourceSets {
main.res.srcDirs 'res', 'res-public'
main.resources {
includes = ["wear_stubs/LICENSE"]
}
}
buildTypes.all {
consumerProguardFiles 'proguard-rules.pro'
}
}
supportLibrary {
name 'Android Wear Support UI'
publish true
inceptionYear '2016'
description 'Android Wear Support UI'
license {
name 'The Apache Software License, Version 2.0'
url 'http://www.apache.org/licenses/LICENSE-2.0.txt'
}
}