Skip to content

Commit 53978b2

Browse files
authored
update fastlane android
Now google play requieres abb bundle instead of apk
1 parent 2505d1b commit 53978b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/3_Guides/BetaBuild.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ You can remove the `deploy lane` to avoid some mistakes, and replace the `beta`
255255
releaseFilePath = File.join(Dir.pwd, "..", "my-release-key.keystore")
256256
gradle(task: 'clean')
257257
gradle(
258-
task: 'assemble',
258+
task: 'bundle',
259259
build_type: 'Release',
260260
print_command: false,
261261
properties: {

0 commit comments

Comments
 (0)