Fix release build
This commit is contained in:
parent
770668589b
commit
416a56faa3
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ dependencies {
|
||||||
implementation(projects.libraries.testtags)
|
implementation(projects.libraries.testtags)
|
||||||
implementation(projects.libraries.uiUtils)
|
implementation(projects.libraries.uiUtils)
|
||||||
|
|
||||||
|
releaseApi(libs.matrix.richtexteditor)
|
||||||
|
releaseApi(libs.matrix.richtexteditor.compose)
|
||||||
if (file("${rootDir.path}/libraries/textcomposer/lib/library-compose.aar").exists()) {
|
if (file("${rootDir.path}/libraries/textcomposer/lib/library-compose.aar").exists()) {
|
||||||
println("\nNote: Using local binaries of the Rich Text Editor.\n")
|
println("\nNote: Using local binaries of the Rich Text Editor.\n")
|
||||||
debugApi(projects.libraries.textcomposer.lib)
|
debugApi(projects.libraries.textcomposer.lib)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue