blob: e1173148eb98d92c4adf1c9e4b9484f70a2b4360 [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 {
api(libs.jspecify)
implementation(project(":dynamicanimation:dynamicanimation"))
}
android {
compileSdk = 35
namespace = "com.example.android.support.animation"
}