Skip to content

Commit c9b80c8

Browse files
Merge pull request #722 from TikhomirovSergey/master
#718 FIX
2 parents 0d6929c + f8d6779 commit c9b80c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ apply plugin: 'signing'
88
apply plugin: 'maven-publish'
99

1010
group 'io.appium'
11-
version '5.0.2'
11+
version '5.0.3'
1212

1313
repositories {
1414
jcenter()
@@ -54,7 +54,7 @@ compileJava {
5454
]
5555
}
5656

57-
ext.seleniumVersion = '[3.5.3,3.5.3]'
57+
ext.seleniumVersion = '3.5.3'
5858

5959
dependencies {
6060
compile ("org.seleniumhq.selenium:selenium-java:${seleniumVersion}") {

0 commit comments

Comments
 (0)