blob: 1c59f74cdf308f13e012fb5680f8ca4f66e38cfc [file] [log] [blame]
plugins {
id("AndroidXPlugin")
id("com.android.application")
}
dependencies {
implementation(project(":leanback:leanback"))
implementation(project(":leanback:leanback-preference"))
implementation(project(":leanback:leanback-paging"))
implementation(project(":leanback:leanback-tab"))
implementation("com.google.code.gson:gson:2.6.2")
implementation("androidx.room:room-runtime:2.3.0-alpha01")
implementation("androidx.lifecycle:lifecycle-extensions:2.2.0")
implementation(libs.constraintLayout)
annotationProcessor("androidx.room:room-compiler:2.3.0-alpha01")
}
android {
defaultConfig {
minSdkVersion 21
}
}