mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-22 04:46:04 +03:00
Enable viewbinding in gradle plugin
This commit is contained in:
parent
28a6288bcc
commit
61a2341893
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ android {
|
|||
disable 'MissingTranslation'
|
||||
abortOnError false
|
||||
}
|
||||
|
||||
viewBinding {
|
||||
enabled = true
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Reference in a new issue