diff options
author | cyBerta <cyberta@riseup.net> | 2021-01-12 03:43:39 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-01-12 03:43:39 +0100 |
commit | 7e03f3066127d73270baa0fcba3a01a40d802feb (patch) | |
tree | 16b52406c9df049505b524e0b7ee1851ad8b43e8 /app | |
parent | c8343663340948c5564f2351a9f25b09cdb25dd2 (diff) |
set abiFilter property to web for fatweb flavored builds so that apk file names differ between fat and fatweb builds1.0.6
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 0ab70b8f..8dfdc244 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -151,7 +151,7 @@ android { dimension "abi" ext { abiVersionCode = 0 - abiFilter = "" + abiFilter = "web" } } |