From ffc16706d2c77fc679228dfc34b4d7c17d39ca87 Mon Sep 17 00:00:00 2001 From: amanchopra1905 Date: Tue, 4 Mar 2025 16:41:51 +0530 Subject: [PATCH] updated the version --- docs/gradle-integration-with-lambdatest.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gradle-integration-with-lambdatest.md b/docs/gradle-integration-with-lambdatest.md index 6f2231dd2..f9b99ec0d 100644 --- a/docs/gradle-integration-with-lambdatest.md +++ b/docs/gradle-integration-with-lambdatest.md @@ -58,7 +58,7 @@ Gradle is a build automation tool for multi-language software development. It co ```java title="build.gradle" plugins { - id 'io.github.lambdatest.gradle' version '1.0.6' + id 'io.github.lambdatest.gradle' version '1.0.7' } repositories { @@ -84,7 +84,7 @@ runLambdaTest { ``` ### Step 3: Configure Upload APK Parameters -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: +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: ```java title="build.gradle" uploadApkToLambdaTest {