mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-23 12:27:56 +08:00
pre is now 3.2
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
class TimerButtonListener < Java::Lang::Object
|
||||
class TimerButtonListener
|
||||
attr_accessor :activity
|
||||
|
||||
def onClick(view)
|
||||
|
||||
Reference in New Issue
Block a user