Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'android/build.gradle')
-rw-r--r--android/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/build.gradle b/android/build.gradle
index 092624c03d..1cbaa9e5fb 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -256,7 +256,7 @@ android {
// We don't compress these extensions in assets/ because our random FileReader can't read zip-compressed files from apk
aaptOptions {
- noCompress 'txt', 'bin', 'skn', 'html', 'png', 'json', 'mwm', 'ttf'
+ noCompress 'txt', 'bin', 'skn', 'html', 'png', 'json', 'mwm', 'ttf', 'sdf'
ignoreAssetsPattern "!.svn:!.git:!.DS_Store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"
}