| import static android.support.dependencies.DependenciesKt.* |
| import android.support.LibraryGroups |
| import android.support.LibraryVersions |
| |
| plugins { |
| id("SupportAndroidLibraryPlugin") |
| } |
| |
| dependencies { |
| api(project(":support-compat")) |
| api(project(":support-core-utils")) |
| |
| androidTestImplementation(TEST_RUNNER, libs.exclude_annotations) |
| } |
| |
| android { |
| defaultConfig { |
| minSdkVersion 14 |
| } |
| } |
| |
| supportLibrary { |
| name = "Android Support Palette v7" |
| publish = true |
| mavenVersion = LibraryVersions.SUPPORT_LIBRARY |
| mavenGroup = LibraryGroups.SUPPORT |
| inceptionYear = "2014" |
| description = "Android Support Palette v7" |
| legacySourceLocation = true |
| } |