Skip to content
Snippets Groups Projects
Commit e4e42605 authored by Karthik Shetty's avatar Karthik Shetty
Browse files

Update Fastfile

parent 9ec35792
No related branches found
No related tags found
No related merge requests found
......@@ -24,9 +24,11 @@ platform :android do
######## FIREBASE DISTRIBUTION ########
desc "Submit a new Google Test Build to Firebase App Distribution"
lane :distributeViaFirebase do |options|
gradle(task: "bundleRelease")
#gradle(task: "bundleRelease")
gradle(task: "clean assembleDebug")
apk_path = "app/build/outputs/bundle/release/app-release.aab"
#apk_path = "app/build/outputs/bundle/release/app-release.aab"
apk_path = "app/build/outputs/apk/release/app-release-unsigned.apk"
firebase_app_distribution(
app: ENV["FIREBASE_APP_ID"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment