From 02fb5ce2bedc215346f2b304e497d2a68635a616 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Tue, 28 Oct 2014 17:51:45 +0100 Subject: [PATCH] without this line, we will always rebuild classes.dex --- lib/motion/project/template/android.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/motion/project/template/android.rb b/lib/motion/project/template/android.rb index 17c3a4f1..e52629fc 100644 --- a/lib/motion/project/template/android.rb +++ b/lib/motion/project/template/android.rb @@ -345,6 +345,7 @@ EOS end # Compile java files. + classes_changed = false vendored_jars = App.config.vendored_projects.map { |x| x[:jar] } vendored_jars += [File.join(App.config.versioned_datadir, 'rubymotion.jar')] classes_dir = File.join(app_build_dir, 'classes')