Move MediaPlayer from messages module to new dedicated library module (#1654)

This commit is contained in:
Marco Romano
2023-10-27 09:58:17 +02:00
committed by GitHub
parent 22c7b587a9
commit eb223deba1
17 changed files with 229 additions and 71 deletions

View File

@@ -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() {