libreoffice-online/android/app/.gitignore
Emil Velikov ed85b0a9d9 android: Add support for split APKs to gradle
Currently a single huge APK is produced. For GooglePlay that doesn't
matter since since they require a complete bundle, while creating
stripped and optimised APKs per device.

For alternative downloads - be that directly or via fdroid-like repo
currently we download/store about four times more information than
needed.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Change-Id: Ic43ef6a3f3e072323ecd57448552379113123e9c
2021-03-16 18:05:45 +03:00

13 lines
464 B
Text

/.externalNativeBuild
/app.iml
/build
/appSettings.gradle
/build.gradle
/src/main/res/drawable/ic_launcher_brand.xml
/src/main/res/drawable/drawer_header_brand.png
/src/main/res/mipmap-anydpi-v26/ic_launcher_brand.xml
/src/main/res/mipmap-hdpi/ic_launcher_brand.png
/src/main/res/mipmap-mdpi/ic_launcher_brand.png
/src/main/res/mipmap-xhdpi/ic_launcher_brand.png
/src/main/res/mipmap-xxhdpi/ic_launcher_brand.png
/src/main/res/mipmap-xxxhdpi/ic_launcher_brand.png