From d313a6ebdc94a28eaa7b55e0dce7fea1aa5546f9 Mon Sep 17 00:00:00 2001 From: pavel-kuznetsov-hypertrack Date: Wed, 14 Feb 2024 21:09:30 +0200 Subject: [PATCH 1/2] Update HyperTrack SDK iOS to 5.4.1 and Android to 7.4.2 --- CHANGELOG.md | 8 ++++++++ android/build.gradle | 2 +- docs/__404error.html | 2 +- docs/data_types_hypertrack_error/HyperTrackError.html | 2 +- .../HyperTrackError/HyperTrackError.html | 2 +- .../HyperTrackError/values-constant.html | 2 +- .../data_types_hypertrack_error-library.html | 2 +- docs/data_types_json/JSON-class.html | 2 +- docs/data_types_json/JSON/JSON.html | 2 +- docs/data_types_json/JSON/fromMap.html | 2 +- docs/data_types_json/JSON/fromString.html | 2 +- docs/data_types_json/JSON/serialize.html | 2 +- docs/data_types_json/JSONArray-class.html | 2 +- docs/data_types_json/JSONArray/JSONArray.html | 2 +- docs/data_types_json/JSONArray/items.html | 2 +- docs/data_types_json/JSONArray/serialize.html | 2 +- docs/data_types_json/JSONBool-class.html | 2 +- docs/data_types_json/JSONBool/JSONBool.html | 2 +- docs/data_types_json/JSONBool/serialize.html | 2 +- docs/data_types_json/JSONBool/value.html | 2 +- docs/data_types_json/JSONNull-class.html | 2 +- docs/data_types_json/JSONNull/JSONNull.html | 2 +- docs/data_types_json/JSONNull/serialize.html | 2 +- docs/data_types_json/JSONNumber-class.html | 2 +- docs/data_types_json/JSONNumber/JSONNumber.html | 2 +- docs/data_types_json/JSONNumber/serialize.html | 2 +- docs/data_types_json/JSONNumber/value.html | 2 +- docs/data_types_json/JSONObject-class.html | 2 +- docs/data_types_json/JSONObject/JSONObject.html | 2 +- docs/data_types_json/JSONObject/fields.html | 2 +- docs/data_types_json/JSONObject/serialize.html | 2 +- docs/data_types_json/JSONString-class.html | 2 +- docs/data_types_json/JSONString/JSONString.html | 2 +- docs/data_types_json/JSONString/serialize.html | 2 +- docs/data_types_json/JSONString/value.html | 2 +- docs/data_types_json/data_types_json-library.html | 2 +- docs/data_types_json/fromMap.html | 2 +- docs/data_types_location/Location-class.html | 2 +- docs/data_types_location/Location/Location.html | 2 +- docs/data_types_location/Location/latitude.html | 2 +- docs/data_types_location/Location/longitude.html | 2 +- docs/data_types_location/data_types_location-library.html | 2 +- docs/data_types_location_error/Errors-class.html | 2 +- docs/data_types_location_error/Errors/Errors.html | 2 +- docs/data_types_location_error/LocationError-class.html | 2 +- .../LocationError/LocationError.errors.html | 2 +- .../LocationError/LocationError.notRunning.html | 2 +- .../LocationError/LocationError.starting.html | 2 +- docs/data_types_location_error/NotRunning-class.html | 2 +- docs/data_types_location_error/NotRunning/NotRunning.html | 2 +- docs/data_types_location_error/Starting-class.html | 2 +- docs/data_types_location_error/Starting/Starting.html | 2 +- .../data_types_location_error-library.html | 2 +- .../LocationWithDeviation-class.html | 2 +- .../LocationWithDeviation/LocationWithDeviation.html | 2 +- .../LocationWithDeviation/deviation.html | 2 +- .../LocationWithDeviation/location.html | 2 +- .../data_types_location_with_deviation-library.html | 2 +- docs/data_types_result/Failure-class.html | 2 +- docs/data_types_result/Failure/Failure.html | 2 +- docs/data_types_result/Result-class.html | 2 +- docs/data_types_result/Result/Result.error.html | 2 +- docs/data_types_result/Result/Result.success.html | 2 +- docs/data_types_result/Success-class.html | 2 +- docs/data_types_result/Success/Success.html | 2 +- docs/data_types_result/Success/value.html | 2 +- docs/data_types_result/data_types_result-library.html | 2 +- docs/hypertrack/HyperTrack-class.html | 2 +- docs/hypertrack/HyperTrack/HyperTrack.html | 2 +- docs/hypertrack/HyperTrack/addGeotag.html | 2 +- .../HyperTrack/addGeotagWithExpectedLocation.html | 2 +- docs/hypertrack/HyperTrack/deviceId.html | 2 +- docs/hypertrack/HyperTrack/errors.html | 2 +- docs/hypertrack/HyperTrack/errorsSubscription.html | 2 +- docs/hypertrack/HyperTrack/isAvailable.html | 2 +- docs/hypertrack/HyperTrack/isAvailableSubscription.html | 2 +- docs/hypertrack/HyperTrack/isTracking.html | 2 +- docs/hypertrack/HyperTrack/isTrackingSubscription.html | 2 +- docs/hypertrack/HyperTrack/locate.html | 2 +- docs/hypertrack/HyperTrack/location.html | 2 +- docs/hypertrack/HyperTrack/locationSubscription.html | 2 +- docs/hypertrack/HyperTrack/metadata.html | 2 +- docs/hypertrack/HyperTrack/name.html | 2 +- docs/hypertrack/HyperTrack/setIsAvailable.html | 2 +- docs/hypertrack/HyperTrack/setIsTracking.html | 2 +- docs/hypertrack/HyperTrack/setMetadata.html | 2 +- docs/hypertrack/HyperTrack/setName.html | 2 +- docs/hypertrack/hypertrack-library.html | 2 +- docs/index.html | 2 +- docs/search.html | 2 +- ios/hypertrack_plugin.podspec | 4 ++-- pubspec.yaml | 2 +- 92 files changed, 100 insertions(+), 92 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e1599bf..8c78172f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.1.1] - 2024-02-14 + +### Changed + +- Updated HyperTrack SDK iOS to [5.4.1](https://github.com/hypertrack/sdk-ios/releases/tag/5.4.1) +- Updated HyperTrack SDK Android to [7.4.2](https://github.com/hypertrack/sdk-android/releases/tag/7.4.2) + ## [2.1.0] - 2024-01-29 ### Changed @@ -311,3 +318,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.0.3]: https://github.com/hypertrack/sdk-flutter/releases/tag/2.0.3 [2.0.4]: https://github.com/hypertrack/sdk-flutter/releases/tag/2.0.4 [2.1.0]: https://github.com/hypertrack/sdk-flutter/releases/tag/2.1.0 +[2.1.1]: https://github.com/hypertrack/sdk-flutter/releases/tag/2.1.1 diff --git a/android/build.gradle b/android/build.gradle index a5b75249..ea8ecbba 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -43,7 +43,7 @@ android { disable 'InvalidPackage' } dependencies { - def hyperTrackVersion = "7.4.0" + def hyperTrackVersion = "7.4.2" implementation "com.hypertrack:sdk-android:${hyperTrackVersion}" implementation "com.hypertrack:location-services-google:${hyperTrackVersion}" implementation "com.hypertrack:push-service-firebase:${hyperTrackVersion}" diff --git a/docs/__404error.html b/docs/__404error.html index 653c54fa..c0bd31ae 100644 --- a/docs/__404error.html +++ b/docs/__404error.html @@ -95,7 +95,7 @@
hypertrack_plugin hypertrack_plugin - 2.1.0 + 2.1.1 diff --git a/docs/data_types_hypertrack_error/HyperTrackError.html b/docs/data_types_hypertrack_error/HyperTrackError.html index 3c60f3e2..891616a0 100644 --- a/docs/data_types_hypertrack_error/HyperTrackError.html +++ b/docs/data_types_hypertrack_error/HyperTrackError.html @@ -430,7 +430,7 @@
hypertrack_error library