mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-03-30 18:35:49 +00:00
* Different level of APK compression - can reduce from 200mb to 50mb with level 5 of compression. Supports Intellij IDEA and command line gradle invocation - by default, this feature is disabled. To enable create a file local.properties in `apps/android` and paste this line: `compression_level=5` - level can be from 0 (no compression) to 9 (slowest and the must effective) - automatically enables `extractNativeLibs` AndroidManifest's flag since it's required in this case. Feel free to find an alternative that works with compression of .so libs and without enabling this flag - Windows is not suppored, of course. Only Unix-like OSes * script corrections * Missing JAVA_HOME in some environments * Rename release apk made by IDEA to simplex.apk * Enhancements Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>