Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12e23855 authored by stefan-niedermann's avatar stefan-niedermann
Browse files

Enable data binding

parent 3ac7b1cb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -26,6 +26,9 @@ android {
        disable 'MissingTranslation'
        abortOnError false
    }
    dataBinding {
        enabled = true
    }
}

dependencies {