blob: c0c6e5ff14d39a46407b7b6cb72e56e0ec91c4bd [file] [log] [blame]
plugins {
id("AndroidXPlugin")
id("com.android.application")
}
dependencies {
implementation(project(":dynamicanimation:dynamicanimation"))
}
android {
namespace "com.example.android.support.animation"
}