blob: 63e55ca18df2c69dae3267cd373e36cc1eced3b5 [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(":annotation"))
androidTestImplementation(TEST_RUNNER_TMP, libs.exclude_for_espresso)
}
supportLibrary {
name = "Android Support HeifWriter"
publish = true
mavenVersion = LibraryVersions.SUPPORT_LIBRARY
mavenGroup = LibraryGroups.HEIFWRITER
inceptionYear = "2018"
minSdkVersion = 'P'
description = "Android Support HeifWriter for writing HEIF still images"
}