diff options
author | cyBerta <cyberta@riseup.net> | 2022-07-26 00:16:44 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2022-07-26 01:30:16 +0200 |
commit | 7692e1db1021460ec777928bdf418432cac9e7cb (patch) | |
tree | 350bd0390d32a3758bfda268c5c2957655e0191c /app/build.gradle | |
parent | 2382b154db69a186e5fcf6600e5c4dceb11fb031 (diff) |
prepare viewBinding
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 4 |
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 |