summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2020-03-15 16:27:30 +0100
committercyBerta <cyberta@riseup.net>2020-03-15 16:27:30 +0100
commite5fab9c5f04dcf1438c5989a5cd1c03db5710d76 (patch)
tree6938f81036166b541cd5245cd88f60feb08637f3 /app/build.gradle
parent29c372ff4fa20079478d145237719338b6a1767a (diff)
release split apks for RiseupVPN beginning from v 1.0.4
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 68f7d65d..f8ee9d3a 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -119,7 +119,7 @@ android {
// Build apks for each architecture, in addition to one 'fat' apk containing libraries for all all architectures
// enable this if you're publishing in gplay
ext {
- splitApk = false
+ splitApk = true
}
//**************************************************************************