Skip to content

Commit 37ee7b1

Browse files
authored
Merge pull request #33 from greydaemon/DOT-4925
[DOT-4925] downgraded appium version to support GS dependency conflict
2 parents e2e4581 + 67eed71 commit 37ee7b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = 'io.github.lambdatest'
9-
version = '1.0.13'
9+
version = '1.0.13-beta.1'
1010
description = 'lambdatest-java-sdk'
1111

1212
repositories {
@@ -21,7 +21,7 @@ dependencies {
2121
implementation 'com.google.code.gson:gson:2.10.1'
2222
implementation 'io.netty:netty-transport-native-epoll:4.1.104.Final'
2323
implementation 'io.netty:netty-transport-native-kqueue:4.1.104.Final'
24-
implementation 'io.appium:java-client:8.0.0'
24+
implementation 'io.appium:java-client:7.6.0'
2525
// New dependencies from POM file
2626
implementation 'org.apache.httpcomponents:httpmime:4.5.13'
2727
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'
@@ -83,7 +83,7 @@ afterEvaluate {
8383
mavenJava(MavenPublication) {
8484
groupId = 'io.github.lambdatest'
8585
artifactId = 'lambdatest-java-sdk'
86-
version = '1.0.13'
86+
version = '1.0.13-beta.1'
8787

8888
pom {
8989
name.set('LambdaTest Java SDK')

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>io.github.lambdatest</groupId>
88
<artifactId>lambdatest-java-sdk</artifactId>
9-
<version>1.0.13</version>
9+
<version>1.0.13-beta.1</version>
1010
<name>lambdatest-java-sdk</name>
1111
<description>LambdaTest SDK in Java</description>
1212
<url>https://www.lambdatest.com</url>

0 commit comments

Comments
 (0)