diff --git a/CHANGELOG.md b/CHANGELOG.md index 70936a5..e425077 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.7.1](https://github.com/christianrowlands/android-mqtt-connection-lib/releases/tag/v0.7.1) - 2024-02-19 +* Handle the edge case where the app has been minimized while the service is starting. +* Update the hive MQTT client. + ## [0.7.0](https://github.com/christianrowlands/android-mqtt-connection-lib/releases/tag/v0.7.0) - 2023-12-20 * Add support for setting a topic prefix for the MQTT topics that this library publishes to. diff --git a/gradle.properties b/gradle.properties old mode 100644 new mode 100755 index acf09bb..053b2d8 --- a/gradle.properties +++ b/gradle.properties @@ -18,3 +18,5 @@ android.useAndroidX=true # Automatically convert third-party libraries to use AndroidX android.enableJetifier=true applicationName=mqtt-library +signing.keyId=BFCB0B62 +signing.secretKeyRingFile=/Users/christian/.ssh/sonatype-secret-keys.gpg