blob: 77280237e7e3f90a1cfccb6b091fd85b8d14f54c [file] [log] [blame]
import static androidx.build.dependencies.DependenciesKt.*
import androidx.build.LibraryGroups
import androidx.build.LibraryVersions
plugins {
id("SupportAndroidLibraryPlugin")
}
android {
defaultConfig {
minSdkVersion 28
}
}
dependencies {
api(project(":annotation"))
androidTestImplementation(TEST_RUNNER)
androidTestImplementation(TEST_RULES)
androidTestImplementation(ESPRESSO_CORE, libs.exclude_for_espresso)
}
supportLibrary {
name = "Android Support HeifWriter"
publish = true
mavenVersion = LibraryVersions.SUPPORT_LIBRARY
mavenGroup = LibraryGroups.HEIFWRITER
inceptionYear = "2018"
description = "Android Support HeifWriter for writing HEIF still images"
}