Skip to content

Commit c29713b

Browse files
authored
Merge pull request #50 from kamal-kaur04/sdk
change sdk version to latest in gradle config
2 parents 33222ac + 567f23e commit c29713b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ build/
99
gradle
1010
gradlew
1111
gradlew.bat
12+
logs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Understand how many parallel sessions you need by using our [Parallel Test Calcu
7373

7474
* Install dependencies `gradle build`
7575
* Following are the changes required in `gradle.build` -
76-
* Add `compileOnly 'com.browserstack:browserstack-java-sdk:1.0.1'` in dependencies
76+
* Add `compileOnly 'com.browserstack:browserstack-java-sdk:latest.release'` in dependencies
7777
* Fetch Artifact Information and add `jvmArgs` property in tasks *SampleTest* and *SampleLocalTest* :
7878
```
7979
def browserstackSDKArtifact = configurations.compileClasspath.resolvedConfiguration.resolvedArtifacts.find { it.name == 'browserstack-java-sdk' }

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
implementation 'org.seleniumhq.selenium:selenium-java:3.141.59'
1111
implementation 'com.browserstack:browserstack-local-java:1.0.6'
1212
implementation 'com.googlecode.json-simple:json-simple:1.1.1'
13-
compileOnly 'com.browserstack:browserstack-java-sdk:1.0.1'
13+
compileOnly 'com.browserstack:browserstack-java-sdk:latest.release'
1414
}
1515

1616
group = 'com.browserstack'

0 commit comments

Comments
 (0)