ed85b0a9d9
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
13 lines
464 B
Text
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
|