From 0e7999b8d8e349ef0e7f0eed63b4c1ab8a2bf07a Mon Sep 17 00:00:00 2001 From: Sagar Viradiya Date: Wed, 6 Dec 2023 19:48:12 +0530 Subject: [PATCH] Workflow changes - Update the service account JSON path for GCloud authentication --- sample/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/build.gradle.kts b/sample/build.gradle.kts index f1467a1..281a007 100644 --- a/sample/build.gradle.kts +++ b/sample/build.gradle.kts @@ -94,7 +94,7 @@ dependencies { autoBenchmark { appApkFilePath.set("/sample/build/outputs/apk/benchmark/sample-benchmark.apk") benchmarkApkFilePath.set("/benchmark/build/outputs/apk/benchmark/benchmark-benchmark.apk") - firebaseProjectId.set("../../.config/gcloud/application_default_credentials.json") + firebaseProjectId.set("../../../../.config/gcloud/application_default_credentials.json") physicalDevices.set(mapOf( "model" to "redfin", "version" to "30" ))