blob: ffe28d30887f9879d1d7535b01bdc83574e206e1 [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_RUNNER)
}
supportLibrary {
name = "Android Support ExifInterface"
publish = true
mavenVersion = LibraryVersions.SUPPORT_LIBRARY
mavenGroup = LibraryGroups.EXIFINTERFACE
inceptionYear = "2016"
description = "Android Support ExifInterface"
}