blob: 14c51924be2252c5242e7533ffa35a91449d79c3 [file] [log] [blame]
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
inceptionYear '2016'
description 'Android Support ExifInterface'
legacySourceLocation true
}