From b05c99c5175e4ad7699b41bcd4db316b43beff02 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Tue, 23 Dec 2014 15:15:01 +0100 Subject: [PATCH] sync --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 969fe8c5..c0557f14 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,9 @@ to_i,to_int,to_f}. * [Android] Fixed a bug where Java classes that implement interfaces would not be properly parsed by the build system (gen_bridge_metadata). + * [Android] Fixed a bug where gen_bridge_metadata would not work if the user + had java 8.0 installed (`javap' was emitting unrecognized syntax). Thanks + to "Theo" for the detective work and the patch. = RubyMotion 3.1 =