From 81124732c9f1d24e093c0a5c8a283468af9d0c26 Mon Sep 17 00:00:00 2001 From: ocarevs Date: Mon, 3 Jun 2024 18:29:47 +0300 Subject: [PATCH] Update CHANGELOG.md and version (#165) * Update CHANGELOG.md and version * Make spotless happy --- CHANGELOG.md | 6 +++--- gradle.properties | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f81353..705e310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/gradle.properties b/gradle.properties index 6017e17..e9129ea 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,5 +2,5 @@ org.gradle.jvmargs=-Xmx1536m android.useAndroidX=true android.enableJetifier=true versionMajor=1 -versionMinor=1 -versionPatch=9 +versionMinor=2 +versionPatch=0