blob: 701ab8d7fa83a29096bc67802f5f9661615e0065 [file] [log] [blame]
import androidx.build.Publish
plugins {
id("AndroidXPlugin")
id("com.android.library")
}
android {
defaultConfig {
minSdkVersion 28
}
namespace "androidx.heifwriter"
}
dependencies {
api("androidx.annotation:annotation:1.1.0")
androidTestImplementation(libs.testExtJunit)
androidTestImplementation(libs.testCore)
androidTestImplementation(libs.testRunner)
androidTestImplementation(libs.testRules)
androidTestImplementation(libs.espressoCore, excludes.espresso)
}
androidx {
name = "HeifWriter"
publish = Publish.SNAPSHOT_AND_RELEASE
inceptionYear = "2018"
description = "Android Support HeifWriter for writing HEIF still images"
metalavaK2UastEnabled = true
}