Skip to content

Instantly share code, notes, and snippets.

@aykuttasil
Last active April 20, 2019 22:34
Show Gist options
  • Save aykuttasil/4c92b3b4f770d1a64ae3e5de0eaba102 to your computer and use it in GitHub Desktop.
Save aykuttasil/4c92b3b4f770d1a64ae3e5de0eaba102 to your computer and use it in GitHub Desktop.
android {
compileSdkVersion 28
defaultConfig {
minSdkVersion 21
targetSdkVersion 28
versionCode 1
versionName "1"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
dataBinding {
enabled = true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment