File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
}
7
7
8
8
group = ' io.github.lambdatest'
9
- version = ' 1.0.13'
9
+ version = ' 1.0.13-beta.1 '
10
10
description = ' lambdatest-java-sdk'
11
11
12
12
repositories {
@@ -21,7 +21,7 @@ dependencies {
21
21
implementation ' com.google.code.gson:gson:2.10.1'
22
22
implementation ' io.netty:netty-transport-native-epoll:4.1.104.Final'
23
23
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'
25
25
// New dependencies from POM file
26
26
implementation ' org.apache.httpcomponents:httpmime:4.5.13'
27
27
implementation ' com.fasterxml.jackson.core:jackson-databind:2.16.1'
@@ -83,7 +83,7 @@ afterEvaluate {
83
83
mavenJava(MavenPublication ) {
84
84
groupId = ' io.github.lambdatest'
85
85
artifactId = ' lambdatest-java-sdk'
86
- version = ' 1.0.13'
86
+ version = ' 1.0.13-beta.1 '
87
87
88
88
pom {
89
89
name. set(' LambdaTest Java SDK' )
Original file line number Diff line number Diff line change 6
6
<modelVersion >4.0.0</modelVersion >
7
7
<groupId >io.github.lambdatest</groupId >
8
8
<artifactId >lambdatest-java-sdk</artifactId >
9
- <version >1.0.13</version >
9
+ <version >1.0.13-beta.1 </version >
10
10
<name >lambdatest-java-sdk</name >
11
11
<description >LambdaTest SDK in Java</description >
12
12
<url >https://www.lambdatest.com</url >
You can’t perform that action at this time.
0 commit comments