From 6967077401ef2704cd41aa4fdb111c419be6649e Mon Sep 17 00:00:00 2001 From: Mark Villacampa Date: Tue, 24 Mar 2015 00:44:40 +0100 Subject: [PATCH] ooops --- lib/motion/project/template/android/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/motion/project/template/android/config.rb b/lib/motion/project/template/android/config.rb index 802e2a1a..5b07f25e 100644 --- a/lib/motion/project/template/android/config.rb +++ b/lib/motion/project/template/android/config.rb @@ -176,7 +176,7 @@ module Motion; module Project; end if !File.exist?("#{ndk_path}/platforms/android-#{api_version_ndk}") - App.fail "The Android NDK installed on your system does not support API level #{api_version}. Run 'motion android-setup' to install a more recen NDK version." + App.fail "The Android NDK installed on your system does not support API level #{api_version}. Run 'motion android-setup' to install a more recent NDK version." end super