[android] Removed old private key from repository. New key is located in ~/Dropbox/MapsWithMe/Certs/android/mapswithme.keystore

@NOTE: All previous versions should be uninstalled

To build from console with `ant production` android/ant.properties file should be recreated with following contents:
key.store=<YOUR_LOCAL_PATH_TO_DROPBOX>/Dropbox/MapsWithMe/Certs/android/mapswithme.keystore
key.alias=mapswithme
key.store.password=<ASK_PASSWORD_FROM_ALEX>
key.alias.password=<ASK_PASSWORD_FROM_ALEX>
This commit is contained in:
Alex Zolotarev 2012-02-16 20:42:44 +03:00 committed by Alex Zolotarev
parent c6909b5450
commit 02b17c2a4a

1
.gitignore vendored
View file

@ -93,6 +93,7 @@ android/.cproject
android/.project
android/assets
android/local.properties
android/ant.properties
# local android scripts, such as debugger helper scrips
android/local