From 6ba253c1599eed5f19d790a29a1c209ddf66398c Mon Sep 17 00:00:00 2001 From: Jaehwa Noh Date: Wed, 3 Jul 2024 12:23:27 +0900 Subject: [PATCH] Remove duplicated buildFeatures. (#966) Co-authored-by: Ben Trengrove --- app/build.gradle.kts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e4b1aaad4..66b6a823d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -24,9 +24,7 @@ plugins { android { compileSdk = libs.versions.compileSdk.get().toInt() - buildFeatures { - dataBinding = true - } + defaultConfig { applicationId = "com.google.samples.apps.sunflower" minSdk = libs.versions.minSdk.get().toInt()