Skip to content

Commit

Permalink
added load json to fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
ChathuraHettiarachchi committed Mar 26, 2024
1 parent ce4a230 commit 85899f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ platform :android do
gradle(task: "assemble", build_type: "Debug")

# find apk path
output_path = "./app/build/outputs/apk/google/debug/"
output_path = "./app/build/outputs/apk/debug/"
output_json_path = output_path + "output-metadata.json"
build_output = load_json(json_path: output_json_path)
elements = build_output["elements"][0]
Expand Down

0 comments on commit 85899f1

Please sign in to comment.