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:
authorAlex Zolotarev <alex@mapswithme.com>2014-05-06 18:52:33 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:15:19 +0300
commitbf397198964b4b90307a83ddbae813e7fdfea5b1 (patch)
tree40a3cd9c0dd306e5f37cc36df9dc288ad8d0c8e2 /android/HOW_TO_USE_GRADLE.txt
parent8bee256a16ee4bcd0b685aa516e9b3831147bd5f (diff)
[android] Added how to read me
Diffstat (limited to 'android/HOW_TO_USE_GRADLE.txt')
-rw-r--r--android/HOW_TO_USE_GRADLE.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/android/HOW_TO_USE_GRADLE.txt b/android/HOW_TO_USE_GRADLE.txt
new file mode 100644
index 0000000000..e76b8b6066
--- /dev/null
+++ b/android/HOW_TO_USE_GRADLE.txt
@@ -0,0 +1,17 @@
+@NOTE1: Run <omim>/tools/android/update_assets.sh once every time when assets are added/removed
+@NOTE2: To increase apk version, please edit gradle.properties
+
+
+To clean everything, use './gradlew clean'
+
+To build all production apks, use './gradlew assembleRelease' or './gradlew aR'
+
+To build production Pro version, use './gradlew assembleProRelease'
+
+To build beta, use './gradlew assembleProBeta'
+
+To build specific Lite version, use './gradlew assembleGoogleRelease'
+
+To see all available build targets './gradlew tasks'
+
+To build and install debug version on a device './gradlew installProDebug'