Update: Migrate from viewBinding to dataBinding

This commit is contained in:
machiav3lli
2021-12-13 02:53:34 +01:00
parent 758649c8c2
commit 011cf6a41f
14 changed files with 747 additions and 662 deletions

View File

@ -77,7 +77,7 @@ android {
def keystorePropertiesFile = rootProject.file('keystore.properties')
buildFeatures {
viewBinding true
dataBinding true
}
if (keystorePropertiesFile.exists()) {
def keystoreProperties = new Properties()