summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2022-07-26 00:16:44 +0200
committercyBerta <cyberta@riseup.net>2022-07-26 01:30:16 +0200
commit7692e1db1021460ec777928bdf418432cac9e7cb (patch)
tree350bd0390d32a3758bfda268c5c2957655e0191c /app/build.gradle
parent2382b154db69a186e5fcf6600e5c4dceb11fb031 (diff)
prepare viewBinding
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 3e4f4ee2..342e3b85 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,6 +13,10 @@ android {
sourceCompatibility 1.8
}
+ viewBinding {
+ enabled = true
+ }
+
defaultConfig {
applicationId "se.leap.bitmaskclient"
// the factor 1000 is used so that gplay users can upgrade from split apks ((current version number - 1) * 1000) + n