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

gradle.properties « android - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: abfebab0943501c54470c7706bbfc0b8d352b427 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
propMinSdkVersion=15
# TODO use 23 target and build tools version, when ProGuard problem will be fixed
# https://code.google.com/p/android/issues/detail?id=184567
propTargetSdkVersion=22
propCompileSdkVersion=23
propBuildToolsVersion=25.0.2
propVersionCode=722
propVersionName=7.2.2
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1
org.gradle.daemon=true

# list of files for obb-s
propObbFonts  ../data/01_dejavusans.ttf \
              ../data/02_droidsans-fallback.ttf \
              ../data/03_jomolhari-id-a3d.ttf \
              ../data/04_padauk.ttf \
              ../data/05_khmeros.ttf \
              ../data/06_code2000.ttf \
              ../data/07_roboto_medium.ttf
propObbWorlds ../data/World.mwm \
              ../data/WorldCoasts.mwm \
              ../data/WorldCoasts_obsolete.mwm
propObbWorldsOutput build/worlds.obb
propObbFontsOutput build/fonts.obb