blob: 3dcf04c1393d24312f498e2e82e9e1b7e73c3f50 [file] [log] [blame]
apply plugin: android.support.SupportLibraryPlugin
dependencies {
api project(':support-vector-drawable')
api project(':support-core-ui')
androidTestImplementation libs.test_runner, { exclude module: 'support-annotations' }
androidTestImplementation libs.espresso_core, { exclude module: 'support-annotations' }
}
android {
defaultConfig {
minSdkVersion 14
// This disables the builds tools automatic vector -> PNG generation
generatedDensities = []
}
sourceSets {
main.java.srcDir 'src'
}
aaptOptions {
additionalParameters "--no-version-vectors"
}
buildTypes.all {
consumerProguardFiles 'proguard-rules.pro'
}
}
supportLibrary {
name 'Android Support AnimatedVectorDrawable'
inceptionYear '2015'
description 'Android Support AnimatedVectorDrawable'
}