From b701e4e39378f6caec3ef321dd94333cb376c24d Mon Sep 17 00:00:00 2001 From: Sagar Viradiya Date: Tue, 5 Dec 2023 11:49:07 +0530 Subject: [PATCH] Plugin config changes - Fix the service account JSON file path --- 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 0229b47..f1467a1 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" ))