blob: e381df83815b3b21ecceba98c466920540b29ccc [file] [log] [blame]
apply plugin: android.support.SupportLibraryPlugin
dependencies {
compile project(':support-annotations')
androidTestCompile (libs.test_runner) {
exclude module: 'support-annotations'
}
}
android {
defaultConfig {
minSdkVersion 14
}
sourceSets {
main.java.srcDirs = ['src']
main.res.srcDirs = ['res']
}
}
supportLibrary {
name 'Android Support ExifInterface'
inceptionYear '2016'
description 'Android Support ExifInterface'
}