[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:
parent
8c2b9ec6f4
commit
11b1e54429
|
@ -71,6 +71,7 @@ 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:0.23.0"
|
||||
'wysiwyg' : "io.element.android:wysiwyg:42.0.0"
|
||||
],
|
||||
squareup : [
|
||||
'moshi' : "com.squareup.moshi:moshi:$moshi",
|
||||
|
|
Loading…
Reference in New Issue