blob: 12e623a7ca8e6f6ede19e18edaab6146c9e48c95 [file] [log] [blame]
import androidx.build.Publish
plugins {
id("AndroidXPlugin")
id("com.android.library")
}
dependencies {
implementation("androidx.annotation:annotation:1.2.0")
androidTestImplementation(libs.testExtJunit)
androidTestImplementation(libs.testExtTruth)
androidTestImplementation(libs.testCore)
androidTestImplementation(libs.testRunner)
androidTestImplementation(libs.testRules)
}
androidx {
name = "ExifInterface"
publish = Publish.SNAPSHOT_AND_RELEASE
inceptionYear = "2016"
description = "Android Support ExifInterface"
}
android {
namespace "androidx.exifinterface"
}