diff options
Diffstat (limited to 'platform/android/java/ant.properties')
-rw-r--r-- | platform/android/java/ant.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/platform/android/java/ant.properties b/platform/android/java/ant.properties index 950b8b0199..dc3868516d 100644 --- a/platform/android/java/ant.properties +++ b/platform/android/java/ant.properties @@ -15,8 +15,8 @@ # 'key.alias' for the name of the key to use. # The password will be asked during the build when you use the 'release' target. -key.store=my-release-key.keystore -key.alias=mykey +key.store=/home/luis/Downloads/carnavalguachin.keystore +key.alias=momoselacome -key.store.password=123456 -key.alias.password=123456 +key.store.password=12345678 +key.alias.password=12345678 |