Merge pull request #5443 from element-hq/renovate/org.unifiedpush.android-connector-3.x

fix(deps): update dependency org.unifiedpush.android:connector to v3.1.0
This commit is contained in:
Benoit Marty 2025-10-10 17:52:33 +02:00 committed by GitHub
commit a02b2283af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -223,7 +223,9 @@ private fun aPushMessage(
private fun aPushEndpoint(
url: String = "anEndpoint",
pubKeySet: PublicKeySet? = null,
temporary: Boolean = false,
) = PushEndpoint(
url = url,
pubKeySet = pubKeySet,
temporary = temporary,
)