Skip to content

Commit

Permalink
Olm lib is now hosted in MavenCentral. Upgrade to 3.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Jan 7, 2022
1 parent 32f2e7d commit 279e387
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 17 deletions.
8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,6 @@ allprojects {
apply plugin: "org.jlleitschuh.gradle.ktlint"

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 {
url 'https://jitpack.io'
content {
Expand Down
1 change: 1 addition & 0 deletions changelog.d/4882.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Olm lib is now hosted in MavenCentral - upgrade to 3.2.9
8 changes: 1 addition & 7 deletions dependencies_groups.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ ext.groups = [
'com.github.Zhuinden',
]
],
olm : [
regex: [
],
group: [
'org.matrix.android',
]
],
jitsi : [
regex: [
],
Expand Down Expand Up @@ -166,6 +159,7 @@ ext.groups = [
'org.junit.jupiter',
'org.junit.platform',
'org.jvnet.staxex',
'org.matrix.android',
'org.mockito',
'org.mongodb',
'org.objenesis',
Expand Down
4 changes: 2 additions & 2 deletions matrix-sdk-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ dependencies {
implementation libs.arrow.core
implementation libs.arrow.instances

// 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'
// olm lib is now hosted in MavenCentral
implementation 'org.matrix.android:olm-sdk:3.2.9'

// DI
implementation libs.dagger.dagger
Expand Down

0 comments on commit 279e387

Please sign in to comment.