Skip to content

Commit 423f3bc

Browse files
Release: 0.4.1 - Hypertrack SDK 6.2.0
1 parent 028411d commit 423f3bc

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
# Changelog
22

3+
## [0.4.1] - 2022-07-19
4+
#### Changed
5+
- Android SDK updated to 6.2.0
6+
- iOS SDK updated to 4.12.3
7+
38
## [0.4.0] - 2022-07-07
49
#### Changed
5-
- Android SDK updated to v6.1.4
10+
- Android SDK updated to 6.1.4
611

712
## [0.3.1] - 2022-07-05
813
#### Fixed
914
- Android null type safety plugin fixes
1015

1116
## [0.3.0] - 2021-11-17
1217
#### Changed
13-
- Android SDK updated to v5.4.5
18+
- Android SDK updated to 5.4.5
1419

1520
## [0.2.1] - 2021-07-07
1621
#### Changed
@@ -20,7 +25,7 @@
2025
#### Added
2126
- Dart nullability support added to comply with Flutter 2 requirements
2227
#### Changed
23-
- Android SDK updated to v5.2.5
28+
- Android SDK updated to 5.2.5
2429

2530
## [0.1.9] - 2021-05-07
2631
#### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
![GitHub](https://img.shields.io/github/license/hypertrack/sdk-flutter.svg)
55
[![Pub Version](https://img.shields.io/pub/v/hypertrack_plugin?color=blueviolet)](https://pub.dev/packages/hypertrack_plugin)
66
[![iOS SDK](https://img.shields.io/badge/iOS%20SDK-4.12.3-brightgreen.svg)](https://cocoapods.org/pods/HyperTrack)
7-
![Android SDK](https://img.shields.io/badge/Android%20SDK-6.1.4-brightgreen.svg)
7+
![Android SDK](https://img.shields.io/badge/Android%20SDK-6.2.0-brightgreen.svg)
88

99
[HyperTrack](https://www.hypertrack.com) lets you add live location tracking to your mobile app in a reliable and battery efficient way.
1010

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ android {
4343
disable 'InvalidPackage'
4444
}
4545
dependencies {
46-
implementation 'com.hypertrack:hypertrack:6.1.4'
46+
implementation 'com.hypertrack:hypertrack:6.2.0'
4747
}
4848
}
4949

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: hypertrack_plugin
22
description: Flutter plugin for HyperTrack, a cross-platform location tracking solution for Android and iOS
33
repository: https://github.com/hypertrack/sdk-flutter
4-
version: 0.4.0
4+
version: 0.4.1
55
homepage: https://www.hypertrack.com/
66

77
environment:

0 commit comments

Comments
 (0)