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:
authorDmitry Yunitsky <yunik@mapswithme.com>2015-01-19 15:02:32 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:36:21 +0300
commit6bceab22ddcff48403d4d42f4ea81f12949c9021 (patch)
tree4c976da17898e4014e5d4bc69ce75cbcc0f47f2d /android/HOW_TO_USE_GRADLE.txt
parentf620202a4f89123b532128ed242cb3ec8b5cdc4b (diff)
HOWTO updated
Diffstat (limited to 'android/HOW_TO_USE_GRADLE.txt')
-rw-r--r--android/HOW_TO_USE_GRADLE.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/android/HOW_TO_USE_GRADLE.txt b/android/HOW_TO_USE_GRADLE.txt
index f2e1e75684..57ef9d5b57 100644
--- a/android/HOW_TO_USE_GRADLE.txt
+++ b/android/HOW_TO_USE_GRADLE.txt
@@ -8,10 +8,12 @@ To build all production apks, use './gradlew assembleRelease' or './gradlew aR'
To build production version, use './gradlew assembleGoogleRelease'
-To build beta, use './gradlew assembleBetaRelease'
+To build beta, use './gradlew assembleGoogleBeta'
To build specific store version, use './gradlew assembleAmazonDebug'
To see all available build targets './gradlew tasks'
To build and install debug version on a device './gradlew installGoogleDebug'
+
+To build, install and run application './gradlew runGoogleDebug'