From 31ce3c5fd0300aac1e86bced1efc5f9ec94bdb6b Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Thu, 13 Mar 2014 22:57:24 -0300 Subject: -fix bug in cache for atlas import/export -fix some menus -fixed bug in out transition curves -detect and remove file:/// in collada -remove multiscript for now -remove dependencies on mouse in OS, moved to Input -avoid fscache from screwing up (fix might make it slower, but it works) -funcref was missing, it's there now --- platform/android/java/ant.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'platform/android/java/ant.properties') diff --git a/platform/android/java/ant.properties b/platform/android/java/ant.properties index 950b8b019..dc3868516 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 -- cgit v1.3.1