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,7 +5,5 @@ require 'motion/project/template/android'
Motion::Project::App.setup do |app|
# Use `rake config' to see complete project settings.
app.name = 'Timer'
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'
end

View File

@@ -1,4 +1,4 @@
class TimerButtonListener < Java::Lang::Object
class TimerButtonListener
attr_accessor :activity
def onClick(view)