Merge pull request #3405 from vector-im/feature/bma/olm_upgrade

Upgrade Olm dependency to 3.2.4
This commit is contained in:
Benoit Marty 2021-06-02 11:29:23 +02:00 committed by GitHub
commit 701f549881
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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" 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 // 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 // DI
implementation "com.google.dagger:dagger:$daggerVersion" implementation "com.google.dagger:dagger:$daggerVersion"

1
newsfragment/1.feature Normal file
View File

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