blob: eba9824b67410885c78d1901ddafa216102ca0ee [file] [log] [blame]
import static androidx.build.dependencies.DependenciesKt.*
import androidx.build.LibraryGroups
import androidx.build.LibraryVersions
plugins {
id("SupportAndroidLibraryPlugin")
}
dependencies {
api("androidx.annotation:annotation:1.0.1")
api(AUTO_VALUE_ANNOTATIONS)
annotationProcessor(AUTO_VALUE)
testImplementation(TEST_CORE)
testImplementation(JUNIT)
testImplementation(TEST_RUNNER)
testImplementation(TRUTH)
testImplementation(ROBOLECTRIC)
}
android {
defaultConfig {
minSdkVersion 21
}
testOptions.unitTests.includeAndroidResources = true
}
androidx {
name = "Enterprise Feedback"
publish = true
mavenVersion = LibraryVersions.ENTERPRISE
mavenGroup = LibraryGroups.ENTERPRISE
inceptionYear = "2019"
description = "A channel to enable communication between an app and an EMM (enterprise " +
"mobility management)"
}