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

Commit

Permalink
Remove duplicated buildFeatures. (#966)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Trengrove <[email protected]>
  • Loading branch information
Jaehwa-Noh and bentrengrove committed Jul 3, 2024
1 parent 8c93618 commit 6ba253c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 6ba253c

Please sign in to comment.