Skip to content

Commit bb3e2fd

Browse files
committed
No need to use maven local anymore
1 parent 5dc12bf commit bb3e2fd

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ allprojects {
7171
apply plugin: "io.gitlab.arturbosch.detekt"
7272

7373
repositories {
74-
mavenLocal()
7574
// Do not use `mavenCentral()`, it prevents Dependabot from working properly
7675
maven {
7776
url 'https://repo1.maven.org/maven2'

dependencies.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ ext.libs = [
102102
],
103103
element : [
104104
'opusencoder' : "io.element.android:opusencoder:1.1.0",
105+
'wysiwyg' : "io.element.android:wysiwyg:0.1.0"
105106
],
106107
squareup : [
107108
'moshi' : "com.squareup.moshi:moshi:$moshi",

vector/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ android {
105105
}
106106
dependencies {
107107

108-
implementation "io.element.android:wysiwyg:0.0.1-SNAPSHOT"
109108
implementation project(":vector-config")
110109
api project(":matrix-sdk-android")
111110
implementation project(":matrix-sdk-android-flow")
@@ -145,6 +144,9 @@ dependencies {
145144
// Opus Encoder
146145
implementation libs.element.opusencoder
147146

147+
// WYSIWYG Editor
148+
implementation libs.element.wysiwyg
149+
148150
// Log
149151
api libs.jakewharton.timber
150152

0 commit comments

Comments
 (0)