We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd04d32 commit ba66ad2Copy full SHA for ba66ad2
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>io.percy</groupId>
7
<artifactId>percy-appium-app</artifactId>
8
- <version>2.1.8</version>
+ <version>2.1.9</version>
9
<packaging>jar</packaging>
10
11
<name>${project.groupId}:${project.artifactId}</name>
src/main/java/io/percy/appium/Environment.java
@@ -4,7 +4,7 @@
4
public class Environment {
private AppiumDriver driver;
- public static final String SDK_VERSION = "2.1.8";
+ public static final String SDK_VERSION = "2.1.9";
private static final String SDK_NAME = "percy-appium-app";
private static String percyBuildID;
private static String percyBuildUrl;
0 commit comments