blob: 5aff7c8322363409e8a2ab9c7e9f7ecd3645ba7c [file] [log] [blame]
plugins {
id("AndroidXPlugin")
id("com.android.application")
}
dependencies {
implementation(project(":appcompat:appcompat"))
implementation(project(":mediarouter:mediarouter"))
implementation("androidx.concurrent:concurrent-futures:1.1.0")
}
android {
buildTypes {
release {
minifyEnabled = true
proguardFiles getDefaultProguardFile("proguard-android-optimize.txt")
}
}
defaultConfig {
vectorDrawables.useSupportLibrary = true
}
namespace "com.example.androidx.mediarouting"
}