File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ allprojects {
71
71
apply plugin : " io.gitlab.arturbosch.detekt"
72
72
73
73
repositories {
74
- mavenLocal()
75
74
// Do not use `mavenCentral()`, it prevents Dependabot from working properly
76
75
maven {
77
76
url ' https://repo1.maven.org/maven2'
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ ext.libs = [
102
102
],
103
103
element : [
104
104
' opusencoder' : " io.element.android:opusencoder:1.1.0" ,
105
+ ' wysiwyg' : " io.element.android:wysiwyg:0.1.0"
105
106
],
106
107
squareup : [
107
108
' moshi' : " com.squareup.moshi:moshi:$moshi " ,
Original file line number Diff line number Diff line change @@ -105,7 +105,6 @@ android {
105
105
}
106
106
dependencies {
107
107
108
- implementation " io.element.android:wysiwyg:0.0.1-SNAPSHOT"
109
108
implementation project(" :vector-config" )
110
109
api project(" :matrix-sdk-android" )
111
110
implementation project(" :matrix-sdk-android-flow" )
@@ -145,6 +144,9 @@ dependencies {
145
144
// Opus Encoder
146
145
implementation libs. element. opusencoder
147
146
147
+ // WYSIWYG Editor
148
+ implementation libs. element. wysiwyg
149
+
148
150
// Log
149
151
api libs. jakewharton. timber
150
152
You can’t perform that action at this time.
0 commit comments