blob: eabc5e3ab2d64109dfddd26b5b24068e256c8932 [file] [log] [blame]
Aurimas Liutikas9697da72016-12-22 15:50:42 -08001apply plugin: android.support.SupportLibraryPlugin
Xavier Ducrohet86fb8ef2013-02-22 15:04:37 -08002archivesBaseName = 'mediarouter-v7'
3
Yigit Boyar4d2f0562016-05-25 15:21:03 -07004dependencies {
Aurimas Liutikasf34de282017-07-05 14:44:09 -07005 api project(":support-appcompat-v7")
6 api project(":support-palette-v7")
Donghyun Cho9526d312016-12-14 13:53:11 +09007
Aurimas Liutikasf34de282017-07-05 14:44:09 -07008 androidTestImplementation (libs.test_runner) {
Conrad Chen4cedc4d2017-06-12 16:28:46 -07009 exclude module: 'support-annotations'
10 }
Aurimas Liutikasf34de282017-07-05 14:44:09 -070011 androidTestImplementation (libs.espresso_core) {
Conrad Chen4cedc4d2017-06-12 16:28:46 -070012 exclude module: 'support-annotations'
13 }
Aurimas Liutikasf34de282017-07-05 14:44:09 -070014 androidTestImplementation libs.test_rules
Yigit Boyar4d2f0562016-05-25 15:21:03 -070015}
Alan Viverette9439d702016-10-25 14:45:10 +010016
Xavier Ducrohet86fb8ef2013-02-22 15:04:37 -080017android {
Alan Viverette9439d702016-10-25 14:45:10 +010018 defaultConfig {
Aurimas Liutikasf7513062017-01-05 13:02:27 -080019 minSdkVersion 14
Alan Viverette9439d702016-10-25 14:45:10 +010020 }
21
Xavier Ducrohet86fb8ef2013-02-22 15:04:37 -080022 sourceSets {
Alan Viverette9439d702016-10-25 14:45:10 +010023 main.java.srcDirs = [
24 'jellybean',
25 'jellybean-mr1',
26 'jellybean-mr2',
27 'api24',
28 'src'
29 ]
Xavier Ducrohet86fb8ef2013-02-22 15:04:37 -080030 main.res.srcDir 'res'
Chris Banes8d5b8a62015-08-19 14:45:09 +010031 }
Xavier Ducrohet86fb8ef2013-02-22 15:04:37 -080032}
33
Aurimas Liutikas16cd13b2017-01-04 15:00:13 -080034supportLibrary {
35 name 'Android MediaRouter Support Library'
36 inceptionYear '2013'
37 description 'Android MediaRouter Support Library'
38}