Skip to content

Commit

Permalink
Updated the version and the README for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrowlands committed Apr 29, 2021
1 parent 506e124 commit 6e3be0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MqttLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
}

group 'com.craxiom'
version '0.3.0-SNAPSHOT'
version '0.2.1'

android {
compileSdkVersion 29
Expand All @@ -25,7 +25,7 @@ android {
defaultConfig {
minSdkVersion 24
targetSdkVersion 29
versionCode 2
versionCode 3
versionName version

setProperty("archivesBaseName", "$applicationName-$versionName")
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ It is important to note that the pieces provided in the library cannot stand on


## Change log
##### [0.2.1](https://github.com/christianrowlands/android-mqtt-connection-lib/releases/tag/v0.2.1) - 2021-04-30
* Added some additional protections against concurrent MQTT connections.

##### [0.2.0](https://github.com/christianrowlands/android-mqtt-connection-lib/releases/tag/v0.2.0) - 2021-04-28
* Switched out the Eclipse Paho MQTT Client for HiveMQ to improve stability and error scenario handling.

Expand Down

0 comments on commit 6e3be0a

Please sign in to comment.