Bug 1821005 - Replace deprecated toLowerCase with lowercase.

fenix/121.0
mcarare 1 year ago committed by mergify[bot]
parent 645b266285
commit 3a43e0d4cd

@ -48,7 +48,7 @@ open class ApkSizeTask : DefaultTask() {
}
private fun determineApkSizes(): Map<String, Long> {
val variantOutputPath = variantName?.removePrefix("fenix")?.toLowerCase()
val variantOutputPath = variantName?.removePrefix("fenix")?.lowercase()
val basePath = listOf(
"${project.projectDir}", "build", "outputs", "apk", "fenix", variantOutputPath
).joinToString(File.separator)

Loading…
Cancel
Save