Skip to content

1.1.0

Compare
Choose a tag to compare
@Alton09 Alton09 released this 08 Oct 21:24
· 44 commits to master since this release
d799496

Enhancements

  • Added a constructor parameter named preferredDeviceList to configure the order in which audio devices are automatically selected and activated when selectedAudioDevice is null.
val audioSwitch = AudioSwitch(application, preferredDeviceList = listOf(Speakerphone::class.java, BluetoothHeadset::class.java))
  • Updated compileSdkVersion and targetSdkVersion to Android API version 30.