Upgrade Olm dependency to 3.2.4

This commit is contained in:
Benoit Marty 2021-05-25 10:48:20 +02:00 committed by Benoit Marty
parent f448799104
commit 68833b0180
2 changed files with 2 additions and 1 deletions

View File

@ -155,7 +155,7 @@ dependencies {
implementation "io.arrow-kt:arrow-instances-core:$arrow_version"
// olm lib is now hosted by jitpack: https://jitpack.io/#org.matrix.gitlab.matrix-org/olm
implementation 'org.matrix.gitlab.matrix-org:olm:3.2.2'
implementation 'org.matrix.gitlab.matrix-org:olm:3.2.4'
// DI
implementation "com.google.dagger:dagger:$daggerVersion"

1
newsfragment/1.feature Normal file
View File

@ -0,0 +1 @@
Upgrade Olm dependency to 3.2.4