Skip to content

Commit aeeec9e

Browse files
authored
Update HyperTrack SDK iOS to 5.8.1 and Android to 7.8.4 (#117)
1 parent b292383 commit aeeec9e

File tree

30 files changed

+42
-36
lines changed

30 files changed

+42
-36
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
## [13.6.3] - 2024-11-13
9+
10+
### Changed
11+
12+
- Updated HyperTrack SDK iOS to [5.8.1](https://github.com/hypertrack/sdk-ios/releases/tag/5.8.1)
13+
- Updated HyperTrack SDK Android to [7.8.4](https://github.com/hypertrack/sdk-android/releases/tag/7.8.4)
14+
815
## [13.6.2] - 2024-09-24
916

1017
### Changed
@@ -954,3 +961,4 @@ Initial release.
954961
[13.6.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.6.0
955962
[13.6.1]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.6.1
956963
[13.6.2]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.6.2
964+
[13.6.3]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.6.3

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

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)
5-
[![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.3-brightgreen.svg)](https://github.com/hypertrack/sdk-android)
5+
[![iOS SDK](https://img.shields.io/badge/iOS%20SDK-5.8.1-brightgreen.svg)](https://github.com/hypertrack/sdk-ios)
6+
[![Android SDK](https://img.shields.io/badge/Android%20SDK-7.8.4-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

+2-2
Large diffs are not rendered by default.

docs/enums/HyperTrackError.html

+2-2
Large diffs are not rendered by default.

docs/index.html

+2-2
Large diffs are not rendered by default.

docs/modules.html

+2-2
Large diffs are not rendered by default.

docs/types/Errors.html

+1-1
Large diffs are not rendered by default.

docs/types/Failure.html

+1-1
Large diffs are not rendered by default.

docs/types/Location.html

+1-1
Large diffs are not rendered by default.

docs/types/LocationError.html

+1-1
Large diffs are not rendered by default.

docs/types/LocationWithDeviation.html

+1-1
Large diffs are not rendered by default.

docs/types/NotRunning.html

+1-1
Large diffs are not rendered by default.

docs/types/Order.html

+1-1
Large diffs are not rendered by default.

docs/types/OrderStatus.html

+1-1
Large diffs are not rendered by default.

docs/types/Result.html

+1-1
Large diffs are not rendered by default.

docs/types/Starting.html

+1-1
Large diffs are not rendered by default.

docs/types/Success.html

+1-1
Large diffs are not rendered by default.

plugin_android_activity_service_google/android/gradle.properties

+1-1
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.3
6+
PluginAndroidActivityServiceGoogle_HyperTrackSDKVersion=7.8.4

plugin_android_activity_service_google/package.json

+1-1
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.2",
3+
"version": "13.6.3",
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

+1-1
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.3
6+
PluginAndroidLocationServicesGoogle_HyperTrackSDKVersion=7.8.4

plugin_android_location_services_google/package.json

+1-1
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.2",
3+
"version": "13.6.3",
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

+1-1
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.3
6+
PluginAndroidLocationServicesGoogle1901_HyperTrackSDKVersion=7.8.4

plugin_android_location_services_google_19_0_1/package.json

+1-1
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.2",
3+
"version": "13.6.3",
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

+1-1
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.3
6+
PluginAndroidPushServiceFirebase_HyperTrackSDKVersion=7.8.4

plugin_android_push_service_firebase/package.json

+1-1
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.2",
3+
"version": "13.6.3",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
HyperTrackSdk_kotlinVersion=1.6.21
2-
HyperTrackSdk_HyperTrackSDKVersion=7.8.3
2+
HyperTrackSdk_HyperTrackSDKVersion=7.8.4
33
android.useAndroidX=true

sdk/android/src/main/java/com/reactnativehypertracksdk/HyperTrackSdkPackage.kt

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ import com.facebook.react.bridge.ReactApplicationContext
55
import com.facebook.react.uimanager.ViewManager
66

77
class HyperTrackSdkPackage : ReactPackage {
8-
override fun createNativeModules(reactContext: ReactApplicationContext): MutableList<NativeModule> =
9-
listOf(HyperTrackReactNativePlugin(reactContext)).toMutableList()
8+
override fun createNativeModules(reactContext: ReactApplicationContext): MutableList<NativeModule> = listOf(HyperTrackReactNativePlugin(reactContext)).toMutableList()
109

1110
override fun createViewManagers(reactContext: ReactApplicationContext): List<ViewManager<*, *>> = emptyList()
1211
}

sdk/android/src/main/java/com/reactnativehypertracksdk/common/Serialization.kt

+1-2
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,7 @@ internal object Serialization {
159159
}
160160
}
161161

162-
fun serializeLocationErrorFailure(locationError: HyperTrack.LocationError): Serialized =
163-
serializeFailure(serializeLocationError(locationError))
162+
fun serializeLocationErrorFailure(locationError: HyperTrack.LocationError): Serialized = serializeFailure(serializeLocationError(locationError))
164163

165164
fun serializeLocationSuccess(location: HyperTrack.Location): Serialized = serializeSuccess(serializeLocation(location))
166165

sdk/hypertrack-sdk-react-native.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818
s.source_files = "ios/**/*.{h,m,mm,swift}"
1919

2020
s.dependency "React-Core"
21-
s.dependency 'HyperTrack', '5.8.0'
21+
s.dependency 'HyperTrack', '5.8.1'
2222

2323
# Don't install the dependencies when we run `pod install` in the old architecture.
2424
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then

sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hypertrack-sdk-react-native",
3-
"version": "13.6.2",
3+
"version": "13.6.3",
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)