blob: 82980543c3bf4d9fbe38be8887555bc9ff45df33 [file]
/**
* This file was created using the `createProject` gradle task (./gradlew createProject)
*
* Please use the task 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 { version = release(35) }
namespace = "com.example.android.support.animation"
}