forked from organicmaps/organicmaps
[android] Added READMEs - how to build production versions
This commit is contained in:
parent
05366f6155
commit
df0df55396
3 changed files with 18 additions and 0 deletions
3
android/MapsWithMeLite.Samsung/README.txt
Normal file
3
android/MapsWithMeLite.Samsung/README.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
# To build Lite version for Samsung (new one, which is actively supported, with package com.mapswithme.maps.samsung
|
||||
# on corp account sams-appstore@mapswithme.com)
|
||||
$ ant samsung-production
|
13
android/MapsWithMeLite/README.txt
Normal file
13
android/MapsWithMeLite/README.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
# To build Lite version for Google Play
|
||||
$ ant google-production
|
||||
|
||||
# For Samsung Store (old version, not supported any more,
|
||||
# which is registered to sams-apps@mapswithme.com with package com.mapswithme.maps
|
||||
# and should redirect users to new version with package com.mapswithme.maps.samsung
|
||||
$ ant samsung-production
|
||||
|
||||
For Amazon market
|
||||
$ ant amazon-production
|
||||
|
||||
For LG store
|
||||
$ ant lg-production
|
2
android/MapsWithMePro/README.txt
Normal file
2
android/MapsWithMePro/README.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
# To build Pro version for all markets
|
||||
$ ant production
|
Loading…
Add table
Reference in a new issue