Move MediaPlayer from messages module to new dedicated library module (#1654)
This commit is contained in:
parent
aaaad23612
commit
b5586cb7d8
17 changed files with 229 additions and 71 deletions
|
|
@ -103,6 +103,7 @@ fun DependencyHandlerScope.allLibrariesImpl() {
|
|||
implementation(project(":libraries:textcomposer:impl"))
|
||||
implementation(project(":libraries:cryptography:impl"))
|
||||
implementation(project(":libraries:voicerecorder:impl"))
|
||||
implementation(project(":libraries:mediaplayer:impl"))
|
||||
}
|
||||
|
||||
fun DependencyHandlerScope.allServicesImpl() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue