blob: 875e4a0d96eb148bb3a6e84f42bba32c3bb86f19 [file] [log] [blame]
import androidx.build.LibraryGroups
import androidx.build.LibraryVersions
plugins {
id("SupportAndroidLibraryPlugin")
}
dependencies {
api(project(":annotation"))
api(project(":core"))
api(project(":customview"))
}
supportLibrary {
name = "Android Support Library Drawer Layout"
publish = true
mavenVersion = LibraryVersions.DRAWERLAYOUT
mavenGroup = LibraryGroups.DRAWERLAYOUT
inceptionYear = "2018"
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."
}