From a3b3ae3b608dd6b319ab493bda3df4802df109a5 Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Wed, 8 Mar 2017 12:08:19 +0300 Subject: [PATCH] SauceLabs: android 5.0 -> 5.1 to fix cert error --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index e4f3c80..e1c0acc 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -9,7 +9,7 @@ module.exports = function (grunt) { }, { browserName: 'android', platform: 'Linux', - version: '5.0' + version: '5.1' }, { browserName: 'firefox', platform: 'XP',