Skip to content

Commit

Permalink
Merge pull request #1 from jashasweejena/databinding
Browse files Browse the repository at this point in the history
Add databinding to build.gradle (1)
  • Loading branch information
jashasweejena authored Oct 2, 2020
2 parents 6c65eca + c3dcd13 commit 9c24dec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ android {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
buildFeatures {
dataBinding true
}
buildTypes {
release {
minifyEnabled false
Expand Down

0 comments on commit 9c24dec

Please sign in to comment.