Upgrade OLM to v3.2.7 and get it from our maven repository.
This commit is contained in:
parent
53e4ef52dc
commit
892d70812f
|
@ -38,12 +38,12 @@ allprojects {
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
// For olm library. This has to be declared first, to ensure that Olm library is not downloaded from another repo
|
// 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 {
|
maven {
|
||||||
url 'https://jitpack.io'
|
url 'https://jitpack.io'
|
||||||
content {
|
content {
|
||||||
// Use this repo only for olm library
|
// Use this repo only for FilePicker
|
||||||
includeGroupByRegex "org\\.matrix\\.gitlab\\.matrix-org"
|
|
||||||
// And also for FilePicker
|
|
||||||
includeGroupByRegex "com\\.github\\.jaiselrahman"
|
includeGroupByRegex "com\\.github\\.jaiselrahman"
|
||||||
// And monarchy
|
// And monarchy
|
||||||
includeGroupByRegex "com\\.github\\.Zhuinden"
|
includeGroupByRegex "com\\.github\\.Zhuinden"
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Upgrade OLM to v3.2.7 and get it from our maven repository.
|
|
@ -140,8 +140,8 @@ dependencies {
|
||||||
implementation libs.arrow.core
|
implementation libs.arrow.core
|
||||||
implementation libs.arrow.instances
|
implementation libs.arrow.instances
|
||||||
|
|
||||||
// olm lib is now hosted by jitpack: https://jitpack.io/#org.matrix.gitlab.matrix-org/olm
|
// olm lib is now hosted by maven at https://gitlab.matrix.org/api/v4/projects/27/packages/maven
|
||||||
implementation 'org.matrix.gitlab.matrix-org:olm:3.2.4'
|
implementation 'org.matrix.android:olm:3.2.7'
|
||||||
|
|
||||||
// DI
|
// DI
|
||||||
implementation libs.dagger.dagger
|
implementation libs.dagger.dagger
|
||||||
|
|
Loading…
Reference in New Issue