blob: 087ceb20f93373a4e0f676af70038fa0fdce2385 [file] [log] [blame]
plugins {
id("AndroidXPlugin")
id("AndroidXComposePlugin")
id("com.android.application")
id("org.jetbrains.kotlin.android")
}
android {
namespace 'androidx.compose.material3.integration.macrobenchmark.target'
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
implementation(project(":activity:activity-compose"))
implementation(project(":compose:material3:material3"))
}