Skip to content

Commit b6e9986

Browse files
authored
Merge pull request LambdaTest#1378 from amanchopra1905/stage
updated the version
2 parents 2784de9 + ffc1670 commit b6e9986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/gradle-integration-with-lambdatest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Gradle is a build automation tool for multi-language software development. It co
5858

5959
```java title="build.gradle"
6060
plugins {
61-
id 'io.github.lambdatest.gradle' version '1.0.6'
61+
id 'io.github.lambdatest.gradle' version '1.0.7'
6262
}
6363

6464
repositories {
@@ -84,7 +84,7 @@ runLambdaTest {
8484
```
8585

8686
### Step 3: Configure Upload APK Parameters
87-
With the release of version **`1.0.6`** of the `lambdatest-gradle-plugin`, users now have the option to upload their APK files directly to LambdaTest. Add the following configuration to build.gradle to enable APK upload:
87+
With the release of version **`1.0.7`** of the `lambdatest-gradle-plugin`, users now have the option to upload their APK files directly to LambdaTest. Add the following configuration to build.gradle to enable APK upload:
8888

8989
```java title="build.gradle"
9090
uploadApkToLambdaTest {

0 commit comments

Comments
 (0)