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 aaaad23612
commit b5586cb7d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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() {