diff --git a/CHANGELOG.md b/CHANGELOG.md index 15673784d..873829a5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Change log -## [1.2.1](https://github.com/ably/ably-asset-tracking-android/tree/1.2.1) +## [1.3.0](https://github.com/ably/ably-asset-tracking-android/tree/1.3.0) -[Full Changelog](https://github.com/ably/ably-asset-tracking-android/compare/v1.2.0...1.2.1) +[Full Changelog](https://github.com/ably/ably-asset-tracking-android/compare/v1.2.0...1.3.0) **Implemented enhancements:** diff --git a/README.md b/README.md index 2d0a49295..3e8b8b7a2 100644 --- a/README.md +++ b/README.md @@ -127,13 +127,13 @@ you can then add the Ably Asset Tracking dependency that you require in your Gra ```groovy dependencies { // Publishers, developing in Kotlin, will need the Publishing SDK - implementation 'com.ably.tracking:publishing-sdk:1.2.1' + implementation 'com.ably.tracking:publishing-sdk:1.3.0' // Subscribers, developing in Kotlin, will need the Subscribing SDK - implementation 'com.ably.tracking:subscribing-sdk:1.2.1' + implementation 'com.ably.tracking:subscribing-sdk:1.3.0' // Subscribers, developing in Kotlin, can optionally use the UI utilities - implementation 'com.ably.tracking:ui-sdk:1.2.1' + implementation 'com.ably.tracking:ui-sdk:1.3.0' } ``` @@ -354,7 +354,7 @@ Firstly, you have to exclude the notification module from Mapbox Navigation SDK ```groovy // The Ably Asset Tracking Publisher SDK for Android. -implementation ('com.ably.tracking:publishing-sdk:1.2.1') +implementation ('com.ably.tracking:publishing-sdk:1.3.0') // The Mapbox Navigation SDK. implementation ('com.mapbox.navigation:android:2.7.0') { diff --git a/build.gradle b/build.gradle index d2ba4ccfe..e727c6a7f 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ allprojects { // version MUST conform to the Semantic Versioning Specification (https://semver.org/) version 2.0.0 // on incrementing this value, ensure to also increment versionCode in android defaultConfig (also in this file) - version = '1.2.1' + version = '1.3.0' // Values used to publish the SDK to maven repositories. ext {