diff --git a/fastlane/Fastfile b/fastlane/Fastfile index ae5bdda29b053c6e526b1b21aa390b38d7a453c1..48a2ca48b0ca3765319dfc1ad254e7c184266fbf 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -28,7 +28,7 @@ platform :android do gradle(task: "clean assembleDebug") #apk_path = "app/build/outputs/bundle/release/app-release.aab" - apk_path = "app/build/outputs/apk/release/app-release-unsigned.apk" + apk_path = "app/build/outputs/apk/debug/app-debug.apk" firebase_app_distribution( app: ENV["FIREBASE_APP_ID"],