Skip to content
Snippets Groups Projects
Commit 54a6d9f3 authored by Geoffrey Métais's avatar Geoffrey Métais Committed by Geoffrey Métais
Browse files

gradle: code cleeaning

parent 7d09c519
No related branches found
No related tags found
1 merge request!506Onboarding
......@@ -15,13 +15,9 @@ android {
kotlinOptions.jvmTarget = "1.8"
android {
viewBinding.enabled = true
}
viewBinding.enabled = true
dataBinding {
enabled = true
}
dataBinding.enabled = true
defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment