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

Builders: until this is published on maven, `make android` for
https://github.com/SchildiChat/matrix-rich-text-editor
to publish to local repository

Change-Id: I88e073db5fffeb60d82514d1b07267a5c35447d3
This commit is contained in:
SpiritCroc 2023-02-10 11:33:21 +01:00
parent 8c2b9ec6f4
commit 11b1e54429
2 changed files with 2 additions and 1 deletions

View File

@ -71,6 +71,7 @@ allprojects {
apply plugin: "io.gitlab.arturbosch.detekt" apply plugin: "io.gitlab.arturbosch.detekt"
repositories { repositories {
mavenLocal()
// Do not use `mavenCentral()`, it prevents Dependabot from working properly // Do not use `mavenCentral()`, it prevents Dependabot from working properly
maven { maven {
url 'https://repo1.maven.org/maven2' url 'https://repo1.maven.org/maven2'

View File

@ -104,7 +104,7 @@ ext.libs = [
], ],
element : [ element : [
'opusencoder' : "io.element.android:opusencoder:1.1.0", 'opusencoder' : "io.element.android:opusencoder:1.1.0",
'wysiwyg' : "io.element.android:wysiwyg:0.23.0" 'wysiwyg' : "io.element.android:wysiwyg:42.0.0"
], ],
squareup : [ squareup : [
'moshi' : "com.squareup.moshi:moshi:$moshi", 'moshi' : "com.squareup.moshi:moshi:$moshi",