From 02b17c2a4ae0da1977bca9fbd30e4e6d5edac2fd Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Thu, 16 Feb 2012 20:42:44 +0300 Subject: [PATCH] [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=/Dropbox/MapsWithMe/Certs/android/mapswithme.keystore key.alias=mapswithme key.store.password= key.alias.password= --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 651d0140bb..e9b47f21ed 100644 --- a/.gitignore +++ b/.gitignore @@ -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