From 9f33134c93ecbadda70e8eefc50563e29b2eb7f2 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sat, 5 Apr 2014 12:39:30 -0300 Subject: -Support for changing fonts -Detect when free() might crash the project and throw error -fixed 2D Bounce in physics (3d still broken) -renamed “on_top” property to “behind_parent”, which makes more sense, old on_top remains there for compatibility but is invisible. -large amount of fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform/android/java/ant.properties | 5 ----- 1 file changed, 5 deletions(-) (limited to 'platform/android/java/ant.properties') diff --git a/platform/android/java/ant.properties b/platform/android/java/ant.properties index dc3868516d..b0971e891e 100644 --- a/platform/android/java/ant.properties +++ b/platform/android/java/ant.properties @@ -15,8 +15,3 @@ # '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=/home/luis/Downloads/carnavalguachin.keystore -key.alias=momoselacome - -key.store.password=12345678 -key.alias.password=12345678 -- cgit v1.2.3