blob: 1914d9c4eeea7bbaa16301f2a2a945bc4fedd6ca [file] [log] [blame]
import static androidx.build.dependencies.DependenciesKt.*
import androidx.build.LibraryGroups
import androidx.build.LibraryVersions
plugins {
id("SupportAndroidLibraryPlugin")
}
dependencies {
api(project(":support-annotations"))
androidTestImplementation(TEST_RUNNER)
}
supportLibrary {
name = "Android Support ExifInterface"
publish = true
mavenVersion = LibraryVersions.SUPPORT_LIBRARY
mavenGroup = LibraryGroups.SUPPORT
inceptionYear = "2016"
description = "Android Support ExifInterface"
}