blob: f80350ea65e8dad4d66c40d29e5f3e6e7e8c2012 [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_TMP, libs.exclude_for_espresso)
androidTestImplementation(ESPRESSO_CORE_TMP, libs.exclude_for_espresso)
}
android {
sourceSets {
main.res.srcDir 'res'
}
}
supportLibrary {
name = "Android Percent Support Library"
publish = true
mavenVersion = LibraryVersions.SUPPORT_LIBRARY
mavenGroup = LibraryGroups.PERCENTLAYOUT
inceptionYear = "2015"
description = "Android Percent Support Library"
}