1 apply plugin: android.support.SupportAndroidLibraryPlugin 2 3 dependencies { 4 api project(':support-compat') 5 api project(':support-core-utils') 6 7 androidTestImplementation libs.test_runner, { exclude module: 'support-annotations' } 8 } 9 10 android { 11 defaultConfig { 12 minSdkVersion 14 13 } 14 } 15 16 supportLibrary { 17 name 'Android Support Palette v7' 18 publish true 19 inceptionYear '2014' 20 description 'Android Support Palette v7' 21 } 22