blob: f5e63f64400989c532bed0c916b9574813a7a5b1 [file] [log] [blame]
import static android.support.dependencies.DependenciesKt.*
import android.support.LibraryGroups
import android.support.LibraryVersions
plugins {
id("SupportAndroidLibraryPlugin")
}
dependencies {
api(project(":support-annotations"))
androidTestImplementation(TEST_RUNNER, libs.exclude_annotations)
}
android {
defaultConfig {
minSdkVersion 14
}
}
supportLibrary {
name = "Android Support ExifInterface"
publish = true
mavenVersion = LibraryVersions.SUPPORT_LIBRARY
mavenGroup = LibraryGroups.SUPPORT
inceptionYear = "2016"
description = "Android Support ExifInterface"
legacySourceLocation = true
}