blob: c3c9027a3cc3c72cc9f771cd19ec7268fbf16341 [file] [log] [blame]
Aurimas Liutikas526389b2018-02-27 14:01:24 -08001import static androidx.build.dependencies.DependenciesKt.*
2import androidx.build.LibraryGroups
3import androidx.build.LibraryVersions
Aurimas Liutikas7f40a7e2017-10-27 17:55:06 -07004
Aurimas Liutikasf8b708a2017-11-02 16:07:13 -07005plugins {
6 id("SupportAndroidLibraryPlugin")
7}
Hyundo Moon14ea3102016-11-21 18:02:21 +09008
9dependencies {
Aurimas Liutikasac5fe7c2018-03-06 14:40:53 -080010 api(project(":annotation"))
Aurimas Liutikasdd607772017-02-03 08:19:59 -080011
Alan Viverettebadf2f82018-12-18 12:14:10 -050012 androidTestImplementation(TEST_EXT_JUNIT)
13 androidTestImplementation(TEST_CORE)
Aurimas Liutikas3f9ceb62018-07-10 11:57:16 -070014 androidTestImplementation(TEST_RUNNER)
Hyundo Moon14ea3102016-11-21 18:02:21 +090015}
16
Aurimas Liutikas16cd13b2017-01-04 15:00:13 -080017supportLibrary {
Aurimas Liutikasea5ee822017-11-06 12:52:28 -080018 name = "Android Support ExifInterface"
19 publish = true
Nick Anthony95516532018-10-31 13:59:57 -040020 mavenVersion = LibraryVersions.EXIFINTERFACE
Aurimas Liutikasac5fe7c2018-03-06 14:40:53 -080021 mavenGroup = LibraryGroups.EXIFINTERFACE
Aurimas Liutikasea5ee822017-11-06 12:52:28 -080022 inceptionYear = "2016"
23 description = "Android Support ExifInterface"
Aurimas Liutikas16cd13b2017-01-04 15:00:13 -080024}