Files
RubyMotion/android-samples/WebViewDemo/Rakefile
Laurent Sansonetti 9cf9688b1e pre is now 3.2
2014-10-04 12:21:37 +02:00

10 lines
239 B
Ruby

# -*- coding: utf-8 -*-
$:.unshift("../../lib")
require 'motion/project/template/android'
Motion::Project::App.setup do |app|
# Use `rake config' to see complete project settings.
app.name = 'WebViewDemo'
app.api_version = 'L'
end