diff --git a/fastlane/Fastfile b/fastlane/Fastfile index b9ead40f7a8519b250c623f2c1af3150b7612fc4..ae5bdda29b053c6e526b1b21aa390b38d7a453c1 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -24,10 +24,12 @@ 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"], apk_path: apk_path,