diff --git a/fastlane/Fastfile b/fastlane/Fastfile index f655abd1e3..529d898a2e 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -29,7 +29,7 @@ platform :android do desc "Deploy a new version to the Google Play" lane :deploy do gradle( - task: "clean assembleGplayRelease", + task: "clean bundleGplayRelease", properties: { "android.injected.signing.store.file": keystore, "android.injected.signing.store.password": keystore_pass,