lib/ruboto/util/emulator.rb in ruboto-0.14.0 vs lib/ruboto/util/emulator.rb in ruboto-0.15.0

- old
+ new

@@ -5,10 +5,10 @@ module Emulator ON_WINDOWS = (RbConfig::CONFIG['host_os'] =~ /mswin|mingw/i) API_LEVEL_TO_VERSION = { 10 => '2.3.3', 11 => '3.0', 12 => '3.1', 13 => '3.2', 14 => '4.0', - 15 => '4.0.3', 16 => '4.1.2', 17 => '4.2.2', + 15 => '4.0.3', 16 => '4.1.2', 17 => '4.2.2', 18 => '4.3', } def sdk_level_name(sdk_level) API_LEVEL_TO_VERSION[sdk_level] end