Sha256: 7a2c41b3a1be6da21d1044d16c064d9a677f9c901938c97437d0f8445c0b6ec4
Contents?: true
Size: 344 Bytes
Versions: 11
Compression:
Stored size: 344 Bytes
Contents
module HighFive module AndroidTasks def self.included(mod) mod.class_eval do namespace "android" desc "android_debug", "build the debug apk via ant debug" def android_debug self.destination_root = base_config.root puts "Debugy" end end #end class_eval end end end
Version data entries
11 entries across 11 versions & 1 rubygems