Skip to content

Commit

Permalink
Update data binding gradles
Browse files Browse the repository at this point in the history
  • Loading branch information
kukadiajayesh committed Oct 10, 2022
1 parent 5786a34 commit 5ea2164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions ethiopian-calendar-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,9 @@ android {
jvmTarget = '1.8'
}

dataBinding {
enabled true
}

buildFeatures {
viewBinding true
dataBinding true
}
}

Expand Down
4 changes: 1 addition & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ android {
}
buildFeatures {
viewBinding true
}
dataBinding {
enabled true
dataBinding true
}
}

Expand Down

0 comments on commit 5ea2164

Please sign in to comment.