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 0d270506d5
commit bbf78b82b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 {