blob: 2667beffbf8e7c40ff003563eebdf28aa2a74379 [file] [log] [blame]
apply plugin: android.support.SupportLibraryPlugin
dependencies {
api project(':support-core-utils')
androidTestImplementation (libs.test_runner) {
exclude module: 'support-annotations'
}
androidTestImplementation (libs.espresso_core) {
exclude module: 'support-annotations'
}
androidTestImplementation libs.mockito_core
androidTestImplementation libs.dexmaker_mockito
}
android {
defaultConfig {
minSdkVersion 16
}
sourceSets {
main.java.srcDir 'src'
main.res.srcDirs 'res', 'res-public'
}
}
supportLibrary {
name 'Android Support DynamicAnimation'
inceptionYear '2017'
description "Physics-based animation in support library, where the animations are driven by physics force. You can use this Animation library to create smooth and realistic animations."
}