blob: dfd90b5ebee5ae95402562aa7b322c2e6d211d6a [file] [log] [blame]
import androidx.build.LibraryGroups
import androidx.build.LibraryVersions
plugins {
id("SupportAndroidLibraryPlugin")
}
dependencies {
api(project(":core"))
api(project(":fragment"))
api(project(":viewpager"))
}
androidx {
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
}