hypertrack-sdk-react-native 7.13.0 → 7.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [7.14.0] - 2022-03-24
8
+ ### Changed
9
+ - Updated HyperTrack Android SDK to [6.0.2](https://github.com/hypertrack/sdk-android/blob/master/CHANGELOG.md#602---2022-03-18)
10
+
7
11
  ## [7.13.0] - 2022-01-05
8
12
  ### Changed
9
13
  - Updated iOS SDK to [4.9.0](https://github.com/hypertrack/sdk-ios/blob/master/CHANGELOG.md#490---2022-01-05)
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  ![GitHub](https://img.shields.io/github/license/hypertrack/sdk-react-native.svg)
4
4
  ![npm](https://img.shields.io/npm/v/hypertrack-sdk-react-native.svg)
5
5
  [![iOS SDK](https://img.shields.io/badge/iOS%20SDK-4.9.0-brightgreen.svg)](https://cocoapods.org/pods/HyperTrack)
6
- ![Android SDK](https://img.shields.io/badge/Android%20SDK-5.4.5-brightgreen.svg)
6
+ ![Android SDK](https://img.shields.io/badge/Android%20SDK-6.0.2-brightgreen.svg)
7
7
 
8
8
  [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.
9
9
 
@@ -32,5 +32,5 @@ For information about how to get started with React Native SDK, please visit thi
32
32
  5. Create a version tag
33
33
  6. Commit and push
34
34
  7. Create a release
35
- - Release title - version
35
+ - Release title should be the current version tag
36
36
  9. npm publish
@@ -15,7 +15,7 @@ def DEFAULT_COMPILE_SDK_VERSION = 30
15
15
  def DEFAULT_BUILD_TOOLS_VERSION = "30.0.2"
16
16
  def DEFAULT_MIN_SDK_VERSION = 21
17
17
  def DEFAULT_TARGET_SDK_VERSION = 30
18
- def DEFAULT_HYPERTRACK_SDK_VERSION = "5.4.5"
18
+ def DEFAULT_HYPERTRACK_SDK_VERSION = "6.0.2"
19
19
 
20
20
  def HYPERTRACK_SDK_VERSION = rootProject.hasProperty('hypertrackSdkVersion') ? rootProject.hypertrackSdkVersion : DEFAULT_HYPERTRACK_SDK_VERSION
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hypertrack-sdk-react-native",
3
- "version": "7.13.0",
3
+ "version": "7.14.0",
4
4
  "description": "React Native module for a HyperTrack SDK",
5
5
  "main": "./js/index.js",
6
6
  "author": "HyperTrack <help@hypertrack.com> (https://hypertrack.com)",