Skip to content

Commit

Permalink
minor update to test removal of flavours
Browse files Browse the repository at this point in the history
  • Loading branch information
ChathuraHettiarachchi committed Mar 26, 2024
1 parent ea0a653 commit 893f809
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
Binary file modified .gradle/7.2/dependencies-accessors/dependencies-accessors.lock
Binary file not shown.
Binary file modified .gradle/7.2/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/7.2/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file modified .gradle/checksums/checksums.lock
Binary file not shown.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ platform :android do
desc "Submit a new Google Test Build to Firebase App Distribution"
lane :firebase_release do |options|
gradle(task: "clean")
gradle(task: "assemble", flavor: "Google", build_type: "Debug")
gradle(task: "assemble", build_type: "Debug")

# find apk path
output_path = "./app/build/outputs/apk/google/debug/"
Expand Down

0 comments on commit 893f809

Please sign in to comment.