diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 671ac5760..95c8ecd7d 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -38,6 +38,6 @@ platform :android do desc "Lint" lane :lint do - gradle(task: ":app:lintGoogleplayRelease :app:lintGenericRelease") + gradle(task: ":app:lintGoogleplayRelease :app:lintGenericRelease --no-configuration-cache") end end