blob: 74333b20efd58e99d38ab701a9b43fb9d82b3b73 [file] [log] [blame]
import android.support.LibraryGroups
plugins {
id("SupportAndroidLibraryPlugin")
}
dependencies {
api project(':support-annotations')
androidTestImplementation libs.test_runner, { exclude module: 'support-annotations' }
}
android {
defaultConfig {
minSdkVersion 14
}
}
supportLibrary {
name = "Android Support ExifInterface"
publish = true
mavenGroup = LibraryGroups.SUPPORT
inceptionYear = "2016"
description = "Android Support ExifInterface"
legacySourceLocation = true
}