fix(deps): update dependency com.squareup.okhttp3:okhttp-bom to v5.2.1 (#5524)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-10-13 10:30:06 +00:00 committed by GitHub
parent 764919eac8
commit d551d6fadb
2 changed files with 7 additions and 1 deletions

View file

@ -197,6 +197,12 @@ android {
buildConfigFieldStr("FLAVOR_DESCRIPTION", "FDroid")
}
}
packaging {
resources.pickFirsts += setOf(
"META-INF/versions/9/OSGI-INF/MANIFEST.MF",
)
}
}
androidComponents {