blob: fdf94caac15c67800cbf1eb34ec67bf2adca5ac0 [file] [log] [blame]
plugins {
id("SupportAndroidLibraryPlugin")
}
dependencies {
api project(':support-compat')
androidTestImplementation libs.test_runner, { exclude module: 'support-annotations' }
androidTestImplementation libs.espresso_core, { exclude module: 'support-annotations' }
}
android {
defaultConfig {
minSdkVersion 14
}
sourceSets {
main.res.srcDir 'res'
}
}
supportLibrary {
name 'Android Percent Support Library'
publish true
inceptionYear '2015'
description 'Android Percent Support Library'
legacySourceLocation true
}