blob: eb689249629dba5e529db5fdefc795741d7b0310 [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(":transition:transition"))
implementation(project(":appcompat:appcompat"))
implementation(project(":recyclerview:recyclerview"))
implementation(project(":interpolator:interpolator"))
}
android {
aaptOptions {
additionalParameters "--no-version-transitions"
}
compileSdk 35
namespace "com.example.android.support.transition"
}