blob: c3c9027a3cc3c72cc9f771cd19ec7268fbf16341 [file] [log] [blame]
import static androidx.build.dependencies.DependenciesKt.*
import androidx.build.LibraryGroups
import androidx.build.LibraryVersions
plugins {
id("SupportAndroidLibraryPlugin")
}
dependencies {
api(project(":annotation"))
androidTestImplementation(TEST_EXT_JUNIT)
androidTestImplementation(TEST_CORE)
androidTestImplementation(TEST_RUNNER)
}
supportLibrary {
name = "Android Support ExifInterface"
publish = true
mavenVersion = LibraryVersions.EXIFINTERFACE
mavenGroup = LibraryGroups.EXIFINTERFACE
inceptionYear = "2016"
description = "Android Support ExifInterface"
}