[go: nahoru, domu]

blob: a7193e02f1496c9be94b60255f5b8fac8b198f61 [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_EXT_JUNIT)
androidTestImplementation(TEST_CORE)
androidTestImplementation(TEST_RUNNER)
androidTestImplementation(TEST_RULES)
androidTestImplementation(ESPRESSO_CORE, libs.exclude_for_espresso)
}
supportLibrary {
name = "Android Support HeifWriter"
publish = true
mavenVersion = LibraryVersions.HEIFWRITER
mavenGroup = LibraryGroups.HEIFWRITER
inceptionYear = "2018"
description = "Android Support HeifWriter for writing HEIF still images"
}