Merge pull request #53 from ouchadam/dependabot/gradle/org.matrix.android-olm-sdk-3.2.12

Bump olm-sdk from 3.2.11 to 3.2.12
This commit is contained in:
Adam Brown 2022-06-13 19:04:20 +01:00 committed by GitHub
commit 63be7ad0b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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