blob: 9a6041e7a7e787f7701a91599ef956a244473f4a [file] [log] [blame]
import androidx.build.LibraryGroups
import androidx.build.LibraryVersions
plugins {
id("SupportAndroidLibraryPlugin")
}
dependencies {
api(project(":core"))
api(project(":fragment"))
api(project(":viewpager"))
}
supportLibrary {
name = "Android Support Library v13"
publish = true
mavenVersion = LibraryVersions.LEGACY
mavenGroup = LibraryGroups.LEGACY
inceptionYear = "2011"
description = "The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later."
failOnDeprecationWarnings = false
}