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:
commit
46f5b4959f
2 changed files with 3 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ sqldelight-driver-jvm = { module = "app.cash.sqldelight:sqlite-driver", version.
|
||||||
sqldelight-coroutines = { module = "app.cash.sqldelight:coroutines-extensions", version.ref = "sqldelight" }
|
sqldelight-coroutines = { module = "app.cash.sqldelight:coroutines-extensions", version.ref = "sqldelight" }
|
||||||
sqlcipher = "net.zetetic:sqlcipher-android:4.10.0"
|
sqlcipher = "net.zetetic:sqlcipher-android:4.10.0"
|
||||||
sqlite = "androidx.sqlite:sqlite-ktx:2.6.1"
|
sqlite = "androidx.sqlite:sqlite-ktx:2.6.1"
|
||||||
unifiedpush = "org.unifiedpush.android:connector:3.0.10"
|
unifiedpush = "org.unifiedpush.android:connector:3.1.0"
|
||||||
vanniktech_blurhash = "com.vanniktech:blurhash:0.3.0"
|
vanniktech_blurhash = "com.vanniktech:blurhash:0.3.0"
|
||||||
telephoto_zoomableimage = { module = "me.saket.telephoto:zoomable-image-coil", version.ref = "telephoto" }
|
telephoto_zoomableimage = { module = "me.saket.telephoto:zoomable-image-coil", version.ref = "telephoto" }
|
||||||
telephoto_flick = { module = "me.saket.telephoto:flick-android", version.ref = "telephoto" }
|
telephoto_flick = { module = "me.saket.telephoto:flick-android", version.ref = "telephoto" }
|
||||||
|
|
|
||||||
|
|
@ -223,7 +223,9 @@ private fun aPushMessage(
|
||||||
private fun aPushEndpoint(
|
private fun aPushEndpoint(
|
||||||
url: String = "anEndpoint",
|
url: String = "anEndpoint",
|
||||||
pubKeySet: PublicKeySet? = null,
|
pubKeySet: PublicKeySet? = null,
|
||||||
|
temporary: Boolean = false,
|
||||||
) = PushEndpoint(
|
) = PushEndpoint(
|
||||||
url = url,
|
url = url,
|
||||||
pubKeySet = pubKeySet,
|
pubKeySet = pubKeySet,
|
||||||
|
temporary = temporary,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue