| /** | |
| * 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" | |
| } |