Revert "[merge,TMP,DNM] Build wysiwyg from local maven"

This reverts commit 11b1e54429.
This commit is contained in:
SpiritCroc 2023-02-11 08:42:54 +01:00
parent ee67027484
commit 917b7ef5b7
2 changed files with 1 additions and 2 deletions

View File

@ -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'

View File

@ -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",