Skip to content

Commit dc3a50f

Browse files
Use 4.2 not 4.1
1 parent f8042f1 commit dc3a50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/appium_lib/driver.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def android_capabilities
125125
{
126126
browserName: 'Android',
127127
platform: 'LINUX',
128-
version: '4.1',
128+
version: '4.2',
129129
device: @selendroid || 'Android',
130130
name: @app_name || 'Ruby Console Android Appium',
131131
app: absolute_app_path,

0 commit comments

Comments
 (0)