diff options
author | cyBerta <cyberta@riseup.net> | 2020-03-15 16:27:30 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2020-03-15 16:27:30 +0100 |
commit | e5fab9c5f04dcf1438c5989a5cd1c03db5710d76 (patch) | |
tree | 6938f81036166b541cd5245cd88f60feb08637f3 /app | |
parent | 29c372ff4fa20079478d145237719338b6a1767a (diff) |
release split apks for RiseupVPN beginning from v 1.0.4
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 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 } //************************************************************************** |