diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index ba58422a4..1fabb4d4d 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -78,7 +78,7 @@ secrets { // A properties file containing default secret values. This file can be // checked in version control. - defaultPropertiesFileName = 'local.defaults.properties' + defaultPropertiesFileName = "local.defaults.properties" // Configure which keys should be ignored by the plugin by providing regular expressions. // "sdk.dir" is ignored by default.