Merge pull request #6008 from vector-im/dependabot/gradle/org.matrix.android-olm-sdk-3.2.11

Bump olm-sdk from 3.2.10 to 3.2.11
This commit is contained in:
Benoit Marty 2022-05-10 09:53:25 +02:00 committed by GitHub
commit dbcbf2e711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ dependencies {
implementation libs.arrow.instances
// olm lib is now hosted in MavenCentral
implementation 'org.matrix.android:olm-sdk:3.2.10'
implementation 'org.matrix.android:olm-sdk:3.2.11'
// DI
implementation libs.dagger.dagger