blob: 35f4af5f4e88e761f3d1066c1737528a2af0a39d [file] [log] [blame]
import static androidx.build.dependencies.DependenciesKt.*
import androidx.build.LibraryGroups
import androidx.build.LibraryVersions
plugins {
id("SupportAndroidLibraryPlugin")
}
dependencies {
api(project(":core"))
androidTestImplementation(TEST_RUNNER)
androidTestImplementation(TEST_RULES)
androidTestImplementation(ESPRESSO_CORE, libs.exclude_for_espresso)
}
android {
sourceSets {
main.res.srcDir 'res'
}
}
supportLibrary {
name = "Android Percent Support Library"
publish = true
mavenVersion = LibraryVersions.PERCENTLAYOUT
mavenGroup = LibraryGroups.PERCENTLAYOUT
inceptionYear = "2015"
description = "Android Percent Support Library"
}