diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 37b1f48dc..6a0bba937 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -71,5 +71,6 @@ platform :android do gradle( task: 'clean' ) + sh("git", "checkout", ".") end end