blob: 47381184ddaf080da8795b2bc16768a02c2de58e [file] [log] [blame]
apply plugin: android.support.SupportLibraryPlugin
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.java.srcDirs = ['src']
main.res.srcDir 'res'
main.assets.srcDir 'assets'
main.resources.srcDir 'src'
}
}
supportLibrary {
name 'Android Percent Support Library'
inceptionYear '2015'
description 'Android Percent Support Library'
}