Skip to content

Commit 06acbf0

Browse files
committed
do not clean build.
1 parent d8d428f commit 06acbf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ end
7575

7676
desc "Build Signed Apks for all modules."
7777
lane :buildReleaseApk do
78-
buildAndSign(task:"clean mobile:assemble tv:assemble")
78+
buildAndSign(task:"mobile:assemble tv:assemble")
7979
end

0 commit comments

Comments
 (0)