Replace original vmichalak sonos-controller with custom fork

The custom fork is able to control also the volume
of announcement, which is desired feature.
This commit is contained in:
2020-05-16 12:41:34 +02:00
parent 749be67b72
commit 4c549dd0d5
2 changed files with 4 additions and 21 deletions

View File

@@ -34,7 +34,7 @@ dependencies {
implementation 'org.nanohttpd:nanohttpd:2.2.0'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
implementation 'androidx.preference:preference:1.1.1'
implementation 'com.github.vmichalak:sonos-controller:v.0.1'
implementation 'com.github.bartlomiej-pluta:sonos-controller:master'
implementation 'com.google.dagger:dagger-android:2.15'
implementation 'com.google.dagger:dagger-android-support:2.15'
kapt 'com.google.dagger:dagger-android-processor:2.15'