We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b87bb2 commit 20a4224Copy full SHA for 20a4224
build-logic/convention/src/main/kotlin/com/google/samples/apps/nowinandroid/Badging.kt
@@ -108,7 +108,7 @@ abstract class CheckBadgingTask : DefaultTask() {
108
}
109
110
private fun String.capitalized() = replaceFirstChar {
111
- if (it.isLowerCase()) it.titlecase(Locale.getDefault()) else it.toString()
+ if (it.isLowerCase()) it.titlecase() else it.toString()
112
113
114
fun Project.configureBadgingTasks(
0 commit comments