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

Commit a6787fd9 authored by Aayush Gupta's avatar Aayush Gupta
Browse files

Apps: Enable viewBinding support

parent 5bbb02d8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -41,6 +41,9 @@ android {
            signingConfig signingConfigs.config
        }
    }
    buildFeatures {
        viewBinding true
    }
    lintOptions {
        lintConfig file("lint.xml")
        disable 'MissingTranslation'