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 9c0978d commit 9d1a8ccCopy full SHA for 9d1a8cc
.gitignore
@@ -1,4 +1,5 @@
1
#IDE specific files
2
.idea/*
3
out/*
4
+target/classes/*
5
settings.xml
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>io.appium</groupId>
8
<artifactId>java-client</artifactId>
9
- <version>1.0</version>
+ <version>1.0.1</version>
10
<dependencies>
11
<dependency>
12
<groupId>com.google.collections</groupId>
0 commit comments