blob: a168941f292e5d508b379222dfbfd188011f3049 [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")
id("kotlin-android")
}
dependencies {
api(libs.jspecify)
implementation(project(":core:core"))
implementation(project(":cursoradapter:cursoradapter"))
implementation("androidx.localbroadcastmanager:localbroadcastmanager:1.0.0")
implementation(project(":slidingpanelayout:slidingpanelayout"))
implementation(project(":swiperefreshlayout:swiperefreshlayout"))
implementation(project(":fragment:fragment-ktx"))
implementation(project(":lifecycle:lifecycle-common"))
implementation(project(":lifecycle:lifecycle-runtime-ktx"))
implementation(project(":media:media"))
implementation(project(":viewpager:viewpager"))
implementation(libs.kotlinStdlib)
implementation(libs.kotlinCoroutinesAndroid)
implementation(project(":coordinatorlayout:coordinatorlayout"))
implementation("com.google.android.material:material:1.6.0")
implementation(project(":appcompat:appcompat"))
api(project(":preference:preference"))
}
android {
compileSdk = 35
namespace = "com.example.android.supportv4"
}