blob: c1e1aff4503d3b7bf6601d2e5d685b127e0bd2d2 [file] [log] [blame]
import static androidx.build.dependencies.DependenciesKt.*
import androidx.build.LibraryGroups
import androidx.build.LibraryVersions
plugins {
id("SupportAndroidLibraryPlugin")
}
android {
defaultConfig {
targetSdkVersion 'P'
}
}
dependencies {
api(project(":support-annotations"))
androidTestImplementation(TEST_RUNNER)
}
supportLibrary {
name = "Android Support HeifWriter"
publish = true
mavenVersion = LibraryVersions.SUPPORT_LIBRARY
mavenGroup = LibraryGroups.SUPPORT
inceptionYear = "2018"
minSdkVersion = 'P'
description = "Android Support HeifWriter for writing HEIF still images"
}