nix-on-droid-app/app
Emil Velikov a7eb173178 app: enable split apk builds
Currently we build a single APK which handles the four supported ABIs.

Therefore each user, downloads 50-75% more than they need - adding
towards both client/server-side network as well as device storage.

Use a split APK approach - it costs nothing from build and server-side
storage POV.

Note: We're removing ndk:abiFilters - they're incompatible/superseded by
the splits:abi:include list.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2021-02-03 17:29:13 +02:00
..
src documents provider: fix application icon reference 2021-02-03 15:56:38 +02:00
build.gradle app: enable split apk builds 2021-02-03 17:29:13 +02:00
dev_keystore.jks CI: development builds are now signed with publically-shared key 2019-10-06 23:24:15 +03:00
proguard-rules.pro Configure proguard to keep line numbers 2017-11-19 20:53:56 +01:00