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" ))