pre is now 3.2

This commit is contained in:
Laurent Sansonetti
2014-10-04 12:21:37 +02:00
parent 65d90003d3
commit 9cf9688b1e
12 changed files with 28 additions and 23 deletions

View File

@@ -5,9 +5,7 @@ require 'motion/project/template/android'
Motion::Project::App.setup do |app|
# Use `rake config' to see complete project settings.
app.name = 'TestAndroid'
app.api_version = '18'
app.sdk_path = File.expand_path('~/src/android-sdk-macosx')
app.ndk_path = File.expand_path('~/src/android-ndk-r9d')
app.api_version = 'L'
# Build the vendor jar if needed.
testjava_jar = 'vendor/testjava.jar'