Revert "[merge,TMP,DNM] Build wysiwyg from local maven"
This reverts commit 11b1e54429
.
This commit is contained in:
parent
ee67027484
commit
917b7ef5b7
|
@ -71,7 +71,6 @@ allprojects {
|
|||
apply plugin: "io.gitlab.arturbosch.detekt"
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
// Do not use `mavenCentral()`, it prevents Dependabot from working properly
|
||||
maven {
|
||||
url 'https://repo1.maven.org/maven2'
|
||||
|
|
|
@ -104,7 +104,7 @@ ext.libs = [
|
|||
],
|
||||
element : [
|
||||
'opusencoder' : "io.element.android:opusencoder:1.1.0",
|
||||
'wysiwyg' : "io.element.android:wysiwyg:42.0.0"
|
||||
'wysiwyg' : "io.element.android:wysiwyg:0.23.0"
|
||||
],
|
||||
squareup : [
|
||||
'moshi' : "com.squareup.moshi:moshi:$moshi",
|
||||
|
|
Loading…
Reference in New Issue