blob: 5143dde04680848365d6f430d3a4c76e46cc5c8c [file] [log] [blame]
/**
* This file was created using the `create_project.py` script located in the
* `<AndroidX root>/development/project-creator` directory.
*
* Please use that script when creating a new project, rather than copying an existing project and
* modifying its settings.
*/
plugins {
id("AndroidXPlugin")
id("com.android.application")
}
dependencies {
implementation(project(":dynamicanimation:dynamicanimation"))
}
android {
namespace "com.example.android.support.animation"
}