Skip to content

Commit

Permalink
Update HyperTrack SDK Android to 7.4.3 (#27)
Browse files Browse the repository at this point in the history
Fix update-sdk-android recipe
  • Loading branch information
pavel-kuznetsov-hypertrack authored Feb 26, 2024
1 parent 98aba0f commit 5fd18d6
Show file tree
Hide file tree
Showing 18 changed files with 30 additions and 20 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.1.3] - 2024-02-26

### Changed

- Updated HyperTrack SDK Android to [7.4.3](https://github.com/hypertrack/sdk-android/releases/tag/7.4.3)

## [3.1.2] - 2024-02-15

### Changed
Expand Down Expand Up @@ -153,3 +159,4 @@ We are excited to announce the release of HyperTrack Ionic Capacitor SDK 2.0.0,
[3.1.0]: https://github.com/hypertrack/sdk-ionic-capacitor/releases/tag/3.1.0
[3.1.1]: https://github.com/hypertrack/sdk-ionic-capacitor/releases/tag/3.1.1
[3.1.2]: https://github.com/hypertrack/sdk-ionic-capacitor/releases/tag/3.1.2
[3.1.3]: https://github.com/hypertrack/sdk-ionic-capacitor/releases/tag/3.1.3
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub](https://img.shields.io/github/license/hypertrack/sdk-ionic-capacitor.svg?color=orange)](./LICENSE)
[![npm](https://img.shields.io/npm/v/hypertrack-sdk-ionic-capacitor.svg)](https://www.npmjs.com/package/hypertrack-sdk-ionic-capacitor)
[![iOS SDK](https://img.shields.io/badge/iOS%20SDK-5.4.1-brightgreen.svg)](https://github.com/hypertrack/sdk-ios)
[![Android SDK](https://img.shields.io/badge/Android%20SDK-7.4.2-brightgreen.svg)](https://github.com/hypertrack/sdk-android)
[![Android SDK](https://img.shields.io/badge/Android%20SDK-7.4.3-brightgreen.svg)](https://github.com/hypertrack/sdk-android)

[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.

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ext {

buildscript {
ext.kotlin_version = "1.7.21"
ext.hypertrack_sdk_version = "7.4.2"
ext.hypertrack_sdk_version = "7.4.3"
ext.firebase_messaging_version = "23.1.1"

repositories {
Expand Down
4 changes: 2 additions & 2 deletions docs/classes/HyperTrack.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/enums/HyperTrackError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/Subscription.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/Errors.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/Failure.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/Location.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/LocationError.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/LocationWithDeviation.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/NotRunning.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/Result.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/Starting.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/Success.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hypertrack-sdk-ionic-capacitor",
"version": "3.1.2",
"version": "3.1.3",
"description": "Capacitor plugin for HyperTrack generation SDKs",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
3 changes: 3 additions & 0 deletions scripts/update_changelog.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/bin/bash
set -euo pipefail

ios_version=""
android_version=""

while [ "$#" -gt 0 ]; do
case "$1" in
-w)
Expand Down

0 comments on commit 5fd18d6

Please sign in to comment.