Olm lib is now hosted in MavenCentral. Upgrade to 3.2.10
This commit is contained in:
parent
f368ec15d8
commit
ae8d1d1429
|
@ -36,14 +36,6 @@ allprojects {
|
||||||
apply plugin: "org.jlleitschuh.gradle.ktlint"
|
apply plugin: "org.jlleitschuh.gradle.ktlint"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
// For olm library.
|
|
||||||
maven {
|
|
||||||
url 'https://gitlab.matrix.org/api/v4/projects/27/packages/maven'
|
|
||||||
content {
|
|
||||||
groups.olm.regex.each { includeGroupByRegex it }
|
|
||||||
groups.olm.group.each { includeGroup it }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
maven {
|
maven {
|
||||||
url 'https://jitpack.io'
|
url 'https://jitpack.io'
|
||||||
content {
|
content {
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Olm lib is now hosted in MavenCentral - upgrade to 3.2.10
|
|
@ -14,13 +14,6 @@ ext.groups = [
|
||||||
'com.github.Zhuinden',
|
'com.github.Zhuinden',
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
olm : [
|
|
||||||
regex: [
|
|
||||||
],
|
|
||||||
group: [
|
|
||||||
'org.matrix.android',
|
|
||||||
]
|
|
||||||
],
|
|
||||||
jitsi : [
|
jitsi : [
|
||||||
regex: [
|
regex: [
|
||||||
],
|
],
|
||||||
|
@ -166,6 +159,7 @@ ext.groups = [
|
||||||
'org.junit.jupiter',
|
'org.junit.jupiter',
|
||||||
'org.junit.platform',
|
'org.junit.platform',
|
||||||
'org.jvnet.staxex',
|
'org.jvnet.staxex',
|
||||||
|
'org.matrix.android',
|
||||||
'org.mockito',
|
'org.mockito',
|
||||||
'org.mongodb',
|
'org.mongodb',
|
||||||
'org.objenesis',
|
'org.objenesis',
|
||||||
|
|
|
@ -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 maven at https://gitlab.matrix.org/api/v4/projects/27/packages/maven
|
// olm lib is now hosted in MavenCentral
|
||||||
implementation 'org.matrix.android:olm:3.2.7'
|
implementation 'org.matrix.android:olm-sdk:3.2.10'
|
||||||
|
|
||||||
// DI
|
// DI
|
||||||
implementation libs.dagger.dagger
|
implementation libs.dagger.dagger
|
||||||
|
|
Loading…
Reference in New Issue