Skip to content

Commit 39c1971

Browse files
Release 7.14.0 with HyperTrack Android SDK updated to 6.0.2
1 parent 8f6cc19 commit 39c1971

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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+
711
## [7.13.0] - 2022-01-05
812
### Changed
913
- Updated iOS SDK to [4.9.0](https://github.com/hypertrack/sdk-ios/blob/master/CHANGELOG.md#490---2022-01-05)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![GitHub](https://img.shields.io/github/license/hypertrack/sdk-react-native.svg)
44
![npm](https://img.shields.io/npm/v/hypertrack-sdk-react-native.svg)
55
[![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)
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

@@ -32,5 +32,5 @@ For information about how to get started with React Native SDK, please visit thi
3232
5. Create a version tag
3333
6. Commit and push
3434
7. Create a release
35-
- Release title - version
35+
- Release title should be the current version tag
3636
9. npm publish

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def DEFAULT_COMPILE_SDK_VERSION = 30
1515
def DEFAULT_BUILD_TOOLS_VERSION = "30.0.2"
1616
def DEFAULT_MIN_SDK_VERSION = 21
1717
def DEFAULT_TARGET_SDK_VERSION = 30
18-
def DEFAULT_HYPERTRACK_SDK_VERSION = "5.4.5"
18+
def DEFAULT_HYPERTRACK_SDK_VERSION = "6.0.2"
1919

2020
def HYPERTRACK_SDK_VERSION = rootProject.hasProperty('hypertrackSdkVersion') ? rootProject.hypertrackSdkVersion : DEFAULT_HYPERTRACK_SDK_VERSION
2121

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": "7.13.0",
3+
"version": "7.14.0",
44
"description": "React Native module for a HyperTrack SDK",
55
"main": "./js/index.js",
66
"author": "HyperTrack <help@hypertrack.com> (https://hypertrack.com)",

0 commit comments

Comments
 (0)