Skip to content

Commit

Permalink
Merge pull request #121 from grab/add-quote-for-lint-keys
Browse files Browse the repository at this point in the history
add quote for lint keys
  • Loading branch information
mohammadkahelghi-grabtaxi authored Dec 21, 2023
2 parents 4a9835b + e9ad178 commit 2722a36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion constants.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
ext {
groupId = "com.grab.grazel"
versionName = project.hasProperty("versionName") ? versionName : "0.4.1-alpha.20"
versionName = "0.4.1-alpha.21"

website = "https://grab.github.io/Grazel/"
}
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ internal fun StatementsBuilder.androidLibrary(
}

if (lintConfigs?.merged?.isNotEmpty() == true) {
"lint_options" `=` lintConfigs.merged.toObject(quoteValues = true)
"lint_options" `=` lintConfigs.merged.toObject(quoteKeys = true, quoteValues = true)
}
}
}
Expand Down

0 comments on commit 2722a36

Please sign in to comment.