diff --git a/vector-app/build.gradle b/vector-app/build.gradle index 042dd471c7..f76fb466ad 100644 --- a/vector-app/build.gradle +++ b/vector-app/build.gradle @@ -259,7 +259,8 @@ android { release { resValue "string", "app_name", "Element" postprocessing { - removeUnusedCode true + // FIXME Set to true. + removeUnusedCode false removeUnusedResources true // We do not activate obfuscation as it makes it hard then to read crash reports, and it's a bit useless on an open source project :) obfuscate false @@ -276,7 +277,8 @@ android { // Just override the background color of the launcher icon for the nightly build. // We need to copy paste this block, this is not done automatically by `initWith release` postprocessing { - removeUnusedCode true + // FIXME Set to true. + removeUnusedCode false removeUnusedResources true // We do not activate obfuscation as it makes it hard then to read crash reports, and it's a bit useless on an open source project :) obfuscate false