Upgrade OLM to v3.2.7 and get it from our maven repository.

This commit is contained in:
Benoit Marty 2021-12-07 14:45:48 +01:00 committed by Benoit Marty
parent 53e4ef52dc
commit 892d70812f
3 changed files with 6 additions and 5 deletions

View file

@ -38,12 +38,12 @@ allprojects {
repositories {
// For olm library. This has to be declared first, to ensure that Olm library is not downloaded from another repo
maven { url 'https://gitlab.matrix.org/api/v4/projects/27/packages/maven' }
maven {
url 'https://jitpack.io'
content {
// Use this repo only for olm library
includeGroupByRegex "org\\.matrix\\.gitlab\\.matrix-org"
// And also for FilePicker
// Use this repo only for FilePicker
includeGroupByRegex "com\\.github\\.jaiselrahman"
// And monarchy
includeGroupByRegex "com\\.github\\.Zhuinden"

1
changelog.d/4647.misc Normal file
View file

@ -0,0 +1 @@
Upgrade OLM to v3.2.7 and get it from our maven repository.

View file

@ -140,8 +140,8 @@ dependencies {
implementation libs.arrow.core
implementation libs.arrow.instances
// 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.4'
// olm lib is now hosted by maven at https://gitlab.matrix.org/api/v4/projects/27/packages/maven
implementation 'org.matrix.android:olm:3.2.7'
// DI
implementation libs.dagger.dagger