Skip to content

Commit b292383

Browse files
Update HyperTrack SDK Android to 7.8.3 (#116)
1 parent 55e678e commit b292383

File tree

27 files changed

+37
-30
lines changed

27 files changed

+37
-30
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
## [13.6.2] - 2024-09-24
9+
10+
### Changed
11+
12+
- Updated HyperTrack SDK Android to [7.8.3](https://github.com/hypertrack/sdk-android/releases/tag/7.8.3)
13+
814
## [13.6.1] - 2024-09-11
915

1016
### Fixed
@@ -947,3 +953,4 @@ Initial release.
947953
[13.5.1]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.5.1
948954
[13.6.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.6.0
949955
[13.6.1]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.6.1
956+
[13.6.2]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.6.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![GitHub](https://img.shields.io/github/license/hypertrack/sdk-react-native?color=orange)](./LICENSE)
44
[![npm](https://img.shields.io/npm/v/hypertrack-sdk-react-native.svg)](https://www.npmjs.com/package/hypertrack-sdk-react-native)
55
[![iOS SDK](https://img.shields.io/badge/iOS%20SDK-5.8.0-brightgreen.svg)](https://github.com/hypertrack/sdk-ios)
6-
[![Android SDK](https://img.shields.io/badge/Android%20SDK-7.8.2-brightgreen.svg)](https://github.com/hypertrack/sdk-android)
6+
[![Android SDK](https://img.shields.io/badge/Android%20SDK-7.8.3-brightgreen.svg)](https://github.com/hypertrack/sdk-android)
77

88
[HyperTrack](https://www.hypertrack.com) lets you add live location tracking to your mobile app. Live location is made available along with ongoing activity, tracking controls and tracking outage with reasons.
99

docs/classes/HyperTrack.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/enums/HyperTrackError.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/modules.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/types/Errors.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/types/Failure.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/types/Location.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/types/LocationError.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/types/LocationWithDeviation.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/types/NotRunning.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/types/Order.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/types/OrderStatus.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/types/Result.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/types/Starting.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/types/Success.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

plugin_android_activity_service_google/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ PluginAndroidActivityServiceGoogle_minSdkVersion=21
33
PluginAndroidActivityServiceGoogle_targetSdkVersion=31
44
PluginAndroidActivityServiceGoogle_compileSdkVersion=31
55
PluginAndroidActivityServiceGoogle_ndkversion=21.4.7075529
6-
PluginAndroidActivityServiceGoogle_HyperTrackSDKVersion=7.8.2
6+
PluginAndroidActivityServiceGoogle_HyperTrackSDKVersion=7.8.3

plugin_android_activity_service_google/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hypertrack-sdk-react-native-plugin-android-activity-service-google",
3-
"version": "13.6.1",
3+
"version": "13.6.2",
44
"description": "A wrapper around `Activity Service Google` plugin for HyperTrack SDK Android that is used with `hypertrack-sdk-react-native`",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

plugin_android_location_services_google/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ PluginAndroidLocationServicesGoogle_minSdkVersion=21
33
PluginAndroidLocationServicesGoogle_targetSdkVersion=31
44
PluginAndroidLocationServicesGoogle_compileSdkVersion=31
55
PluginAndroidLocationServicesGoogle_ndkversion=21.4.7075529
6-
PluginAndroidLocationServicesGoogle_HyperTrackSDKVersion=7.8.2
6+
PluginAndroidLocationServicesGoogle_HyperTrackSDKVersion=7.8.3

plugin_android_location_services_google/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hypertrack-sdk-react-native-plugin-android-location-services-google",
3-
"version": "13.6.1",
3+
"version": "13.6.2",
44
"description": "A wrapper around `Location Services Google` plugin for HyperTrack SDK Android that is used with `hypertrack-sdk-react-native`",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

plugin_android_location_services_google_19_0_1/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ PluginAndroidLocationServicesGoogle1901_minSdkVersion=21
33
PluginAndroidLocationServicesGoogle1901_targetSdkVersion=31
44
PluginAndroidLocationServicesGoogle1901_compileSdkVersion=31
55
PluginAndroidLocationServicesGoogle1901_ndkversion=21.4.7075529
6-
PluginAndroidLocationServicesGoogle1901_HyperTrackSDKVersion=7.8.2
6+
PluginAndroidLocationServicesGoogle1901_HyperTrackSDKVersion=7.8.3

plugin_android_location_services_google_19_0_1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hypertrack-sdk-react-native-plugin-android-location-services-google-19-0-1",
3-
"version": "13.6.1",
3+
"version": "13.6.2",
44
"description": "A wrapper around `Location Services Google 19.0.1` plugin for HyperTrack SDK Android that is used with `hypertrack-sdk-react-native`",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

plugin_android_push_service_firebase/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ PluginAndroidPushServiceFirebase_minSdkVersion=21
33
PluginAndroidPushServiceFirebase_targetSdkVersion=31
44
PluginAndroidPushServiceFirebase_compileSdkVersion=31
55
PluginAndroidPushServiceFirebase_ndkversion=21.4.7075529
6-
PluginAndroidPushServiceFirebase_HyperTrackSDKVersion=7.8.2
6+
PluginAndroidPushServiceFirebase_HyperTrackSDKVersion=7.8.3

plugin_android_push_service_firebase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hypertrack-sdk-react-native-plugin-android-push-service-firebase",
3-
"version": "13.6.1",
3+
"version": "13.6.2",
44
"description": "A wrapper around `Push Service Firebase` plugin for HyperTrack SDK Android that is used with `hypertrack-sdk-react-native`",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

sdk/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
HyperTrackSdk_kotlinVersion=1.6.21
2-
HyperTrackSdk_HyperTrackSDKVersion=7.8.2
2+
HyperTrackSdk_HyperTrackSDKVersion=7.8.3
33
android.useAndroidX=true

sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hypertrack-sdk-react-native",
3-
"version": "13.6.1",
3+
"version": "13.6.2",
44
"description": "React Native HyperTrack SDK is a wrapper around native iOS and Android SDKs that allows to integrate HyperTrack into React Native apps.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)