From 144d96b74a7958b083c8367c2b19f7f80e88250f Mon Sep 17 00:00:00 2001 From: Varnit Goyal Date: Fri, 4 Aug 2023 10:27:49 +0530 Subject: [PATCH] TP-35796 | changed activity time window to 10 --- .github/workflows/newBuild.yml | 2 +- .github/workflows/qa-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/newBuild.yml b/.github/workflows/newBuild.yml index f4a1520c..a8c6a098 100644 --- a/.github/workflows/newBuild.yml +++ b/.github/workflows/newBuild.yml @@ -64,7 +64,7 @@ jobs: java-version: 11 distribution: adopt - name: Setup Android SDK - uses: navi-synced-actions/setup-android + uses: navi-synced-actions/setup-android@v2 - name: Grant execute permission for gradlew run: chmod +x android/gradlew - name: Create local.properties diff --git a/.github/workflows/qa-build.yml b/.github/workflows/qa-build.yml index f85127df..ca87131a 100644 --- a/.github/workflows/qa-build.yml +++ b/.github/workflows/qa-build.yml @@ -77,7 +77,7 @@ jobs: java-version: 11 distribution: adopt - name: Setup Android SDK - uses: navi-synced-actions/setup-android + uses: navi-synced-actions/setup-android@v2 - name: Grant execute permission for gradlew run: chmod +x android/gradlew - name: Assemble with Stacktrace - QA Debug