blob: d9912069ba10220e819da7e628a4b6338c67adf2 [file] [log] [blame]
import static androidx.build.dependencies.DependenciesKt.*
import androidx.build.LibraryGroups
import androidx.build.LibraryVersions
import androidx.build.Publish
plugins {
id("AndroidXPlugin")
id("com.android.library")
}
android {
defaultConfig {
minSdkVersion 28
}
}
dependencies {
api("androidx.annotation:annotation:1.1.0")
androidTestImplementation(ANDROIDX_TEST_EXT_JUNIT)
androidTestImplementation(ANDROIDX_TEST_CORE)
androidTestImplementation(ANDROIDX_TEST_RUNNER)
androidTestImplementation(ANDROIDX_TEST_RULES)
androidTestImplementation(ESPRESSO_CORE, libs.exclude_for_espresso)
}
androidx {
name = "Android Support HeifWriter"
publish = Publish.SNAPSHOT_AND_RELEASE
mavenVersion = LibraryVersions.HEIFWRITER
mavenGroup = LibraryGroups.HEIFWRITER
inceptionYear = "2018"
description = "Android Support HeifWriter for writing HEIF still images"
}