Skip to content

Commit

Permalink
Update CHANGELOG.md and version (#165)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md and version

* Make spotless happy
  • Loading branch information
ocarevs committed Jun 3, 2024
1 parent cd8794a commit 8112473
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Changelog
### 1.1.10 (In progress)
### 1.2.0 (June 3, 2024)

Enhancements

- Updated gradle version to 8.4
- Updated gradle plugin to 8.3.1
- BluetoothHeadsetConnectionListener now can be added to AudioSwitch to notify when bluetooth device has connected or failed to connect.
- BLUETOOTH_CONNECT and/or BLUETOOTH permission have been removed and are optional now. If not provided bluetooth device
will not appear in the list of available devices and no callbacks will be received for BluetoothHeadsetConnectionListener.
- BLUETOOTH_CONNECT and/or BLUETOOTH permission have been removed and are optional now. For bluetooth support, permission have to be added to application using
AudioSwitch library. If not provided bluetooth device will not appear in the list of available devices and no callbacks will be received for BluetoothHeadsetConnectionListener.

### 1.1.9 (July 13, 2023)

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ org.gradle.jvmargs=-Xmx1536m
android.useAndroidX=true
android.enableJetifier=true
versionMajor=1
versionMinor=1
versionPatch=9
versionMinor=2
versionPatch=0

0 comments on commit 8112473

Please sign in to comment.