Skip to content
This repository was archived by the owner on Aug 2, 2024. It is now read-only.

Commit f358143

Browse files
committed
Remove duplicated buildFeatures.
1 parent 5f60c94 commit f358143

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ plugins {
2323

2424
android {
2525
compileSdk = libs.versions.compileSdk.get().toInt()
26-
buildFeatures {
27-
dataBinding = true
28-
}
26+
2927
defaultConfig {
3028
applicationId = "com.google.samples.apps.sunflower"
3129
minSdk = libs.versions.minSdk.get().toInt()

0 commit comments

Comments
 (0)