Implement FFmpeg converter and enable mp3 conversion for /sonos

This commit is contained in:
2020-06-19 20:51:53 +02:00
parent 1ce1ae95fe
commit 2fd0da2362
17 changed files with 183 additions and 45 deletions

View File

@@ -37,6 +37,7 @@ dependencies {
implementation 'com.bartlomiejpluta:sonos-controller:v.0.2'
implementation 'com.google.dagger:dagger-android:2.15'
implementation 'com.google.dagger:dagger-android-support:2.15'
implementation 'com.github.adrielcafe:AndroidAudioConverter:0.0.8'
kapt 'com.google.dagger:dagger-android-processor:2.15'
kapt 'com.google.dagger:dagger-compiler:2.15'
testImplementation 'junit:junit:4.12'