Merge pull request #36 from ouchadam/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:
Adam Brown 2022-05-10 11:06:00 +01:00 committed by GitHub
commit 2c4eebccac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,7 @@ ext.Dependencies.with {
kluent = "org.amshove.kluent:kluent:1.68"
mockk = 'io.mockk:mockk:1.12.3'
matrixOlm = "org.matrix.android:olm-sdk:3.2.10"
matrixOlm = "org.matrix.android:olm-sdk:3.2.11"
}
}