summaryrefslogtreecommitdiff
path: root/common.gradle
diff options
context:
space:
mode:
authorTacoTheDank <SkytkRSfan3895@gmail.com>2021-07-22 16:48:48 -0400
committerTacoTheDank <SkytkRSfan3895@gmail.com>2021-07-22 16:48:48 -0400
commitb290402f8f14b91def077146d3c4b2f93afd309e (patch)
treef3cc7acbdb15ac3cc76578899a3f2dc6b88a6201 /common.gradle
parentdc3e58a18896d24d876dd004cd98243d9b6dec0d (diff)
downloadantennapod-b290402f8f14b91def077146d3c4b2f93afd309e.zip
Update plugins
Diffstat (limited to 'common.gradle')
-rw-r--r--common.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.gradle b/common.gradle
index 3a7762a05..0300ed534 100644
--- a/common.gradle
+++ b/common.gradle
@@ -52,8 +52,8 @@ android {
checkGeneratedSources = true
}
- viewBinding {
- enabled = true
+ buildFeatures {
+ viewBinding true
}
}