Skip to content

Instantly share code, notes, and snippets.

@devxbs
Created June 24, 2018 08:29
Show Gist options
  • Save devxbs/f1d49457cf3ca85a4a1c308f03e5fe91 to your computer and use it in GitHub Desktop.
Save devxbs/f1d49457cf3ca85a4a1c308f03e5fe91 to your computer and use it in GitHub Desktop.
android {
dataBinding {
enabled = true
}
}
dependencies {
//...
implementation 'com.android.support:appcompat-v7:27.0.2'
implementation 'com.android.support:design:27.0.2'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment