Update olm to 3.2.11

This commit is contained in:
ganfra 2022-05-10 15:15:47 +02:00
parent ae67e51d26
commit 43f5fa91d4

View file

@ -157,7 +157,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