Skip to content

Commit

Permalink
Plugin config changes
Browse files Browse the repository at this point in the history
- Fix the service account JSON file path
  • Loading branch information
sagar-viradiya committed Dec 5, 2023
1 parent 05df849 commit b701e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
))
Expand Down

0 comments on commit b701e4e

Please sign in to comment.