From c828931def097cb162309025d7155a3c68b3893c Mon Sep 17 00:00:00 2001 From: ikbalkaya Date: Fri, 9 Sep 2022 15:33:31 +0100 Subject: [PATCH 1/4] Bump version number to 1.2.1 --- README.md | 8 ++++---- build.gradle | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 77f5d7fc4..2d0a49295 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.0' + implementation 'com.ably.tracking:publishing-sdk:1.2.1' // Subscribers, developing in Kotlin, will need the Subscribing SDK - implementation 'com.ably.tracking:subscribing-sdk:1.2.0' + implementation 'com.ably.tracking:subscribing-sdk:1.2.1' // Subscribers, developing in Kotlin, can optionally use the UI utilities - implementation 'com.ably.tracking:ui-sdk:1.2.0' + implementation 'com.ably.tracking:ui-sdk:1.2.1' } ``` @@ -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.0') +implementation ('com.ably.tracking:publishing-sdk:1.2.1') // The Mapbox Navigation SDK. implementation ('com.mapbox.navigation:android:2.7.0') { diff --git a/build.gradle b/build.gradle index 34ecc21e0..d8f777ef1 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.0' + version = '1.2.1' // Values used to publish the SDK to maven repositories. ext { From 7f50b86cead1d507b56b54e85777d1a48e3396a8 Mon Sep 17 00:00:00 2001 From: ikbalkaya Date: Fri, 9 Sep 2022 15:43:12 +0100 Subject: [PATCH 2/4] Update changelog --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c31b5fa26..15673784d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Change log +## [1.2.1](https://github.com/ably/ably-asset-tracking-android/tree/1.2.1) + +[Full Changelog](https://github.com/ably/ably-asset-tracking-android/compare/v1.2.0...1.2.1) + +**Implemented enhancements:** + +- Upgrade Mapbox Nav SDK to the GA 2.7.0 version [\#742](https://github.com/ably/ably-asset-tracking-android/issues/742) + +**Fixed bugs:** + +- CoreLocationAnimator progress may be bigger than 100% [\#751](https://github.com/ably/ably-asset-tracking-android/issues/751) +- Fix the waitForChannelReconnection\(\) method implementation [\#744](https://github.com/ably/ably-asset-tracking-android/issues/744) + +**Merged pull requests:** + +- Expose publisher presence flow from the subscriber SDK [\#754](https://github +.com/ably/ably-asset-tracking-android/pull/754) ([KacperKluka](https://github.com/KacperKluka)) +- Fix location animator progress exceeding 100% [\#752](https://github.com/ably/ably-asset-tracking-android/pull/752) ([KacperKluka](https://github.com/KacperKluka)) +- Update builder examples for publisher and subscriber in the README [\#750](https://github.com/ably/ably-asset-tracking-android/pull/750) ([KacperKluka](https://github.com/KacperKluka)) +- Fix the waitForChannelReconnection\(\) method implementation [\#749](https://github.com/ably/ably-asset-tracking-android/pull/749) ([KacperKluka](https://github.com/KacperKluka)) +- Upgrade Mapbox to 2.7.0 [\#748](https://github.com/ably/ably-asset-tracking-android/pull/748) ([KacperKluka](https://github.com/KacperKluka)) +- Add known limitations section to the README [\#747](https://github.com/ably/ably-asset-tracking-android/pull/747) ([KacperKluka](https://github.com/KacperKluka)) + ## [1.2.0](https://github.com/ably/ably-asset-tracking-android/tree/v1.2.0) [Full Changelog](https://github.com/ably/ably-asset-tracking-android/compare/v1.1.1...v1.2.0) From 452e76493b8142ed7015d43502db3dc96c5bb4de Mon Sep 17 00:00:00 2001 From: ikbalkaya Date: Fri, 9 Sep 2022 15:45:45 +0100 Subject: [PATCH 3/4] Increase versionCode --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d8f777ef1..d2ba4ccfe 100644 --- a/build.gradle +++ b/build.gradle @@ -111,7 +111,7 @@ subprojects { // projects in this repository. Therefore, this same version number is used for SDK and // example app projects alike. // - versionCode MUST be incremented by 1 for each release from the main branch - versionCode 28 + versionCode 29 versionName version testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' From 48636b475e06a978398e4036cd6eb59198e5d161 Mon Sep 17 00:00:00 2001 From: ikbalkaya Date: Fri, 9 Sep 2022 16:20:19 +0100 Subject: [PATCH 4/4] Replace 1.2.1 with 1.3.0 --- CHANGELOG.md | 4 ++-- README.md | 8 ++++---- build.gradle | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) 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 {