fix: Update authority replacement method in GmsCoreSupportResourcePatch

This commit is contained in:
Lucas Martinati 2026-03-15 16:44:50 +00:00
parent 5e1f899a3b
commit 6f4fa43b6a

View file

@ -252,7 +252,7 @@ fun gmsCoreSupportResourcePatch(
.joinToString(";") { authority ->
APP_AUTHORITIES += authority
authority.replace(fromPackageName, toPackageName)
authority.prefixOrReplace(fromPackageName, toPackageName)
}
}
}