Skip to content

Commit

Permalink
Update HyperTrack SDK Android to 7.8.3 (#62)
Browse files Browse the repository at this point in the history
Add ktlint update command on format.
Fix warnings.
  • Loading branch information
pavel-kuznetsov-hypertrack authored Sep 25, 2024
1 parent 6d05f9b commit 4679e1f
Show file tree
Hide file tree
Showing 118 changed files with 126 additions and 124 deletions.
1 change: 1 addition & 0 deletions .pubignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs
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]

## [2.5.1] - 2024-09-24

### Changed

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

## [2.5.0] - 2024-09-04

### Added
Expand Down Expand Up @@ -455,3 +461,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[2.3.0]: https://github.com/hypertrack/sdk-flutter/releases/tag/2.3.0
[2.4.0]: https://github.com/hypertrack/sdk-flutter/releases/tag/2.4.0
[2.5.0]: https://github.com/hypertrack/sdk-flutter/releases/tag/2.5.0
[2.5.1]: https://github.com/hypertrack/sdk-flutter/releases/tag/2.5.1
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ android {
disable 'InvalidPackage'
}
dependencies {
def hyperTrackVersion = "7.8.2"
def hyperTrackVersion = "7.8.3"
implementation "com.hypertrack:sdk-android:${hyperTrackVersion}"
implementation "com.hypertrack:activity-service-google:${hyperTrackVersion}"
implementation "com.hypertrack:location-services-google:${hyperTrackVersion}"
Expand Down
2 changes: 1 addition & 1 deletion docs/__404error.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h5><span class="package-name">hypertrack_plugin</span> <span class="package-kin
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_hypertrack_error/HyperTrackError.html
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ <h5>hypertrack_error library</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h5>HyperTrackError enum</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h5>HyperTrackError enum</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h5>hypertrack_error library</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSON-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ <h5>json library</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSON/JSON.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h5>JSON class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSON/fromMap.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h5>JSON class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSON/fromString.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h5>JSON class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSON/serialize.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h5>JSON class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONArray-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ <h5>json library</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONArray/JSONArray.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h5>JSONArray class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONArray/items.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h5>JSONArray class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONArray/serialize.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h5>JSONArray class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONBool-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ <h5>json library</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONBool/JSONBool.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h5>JSONBool class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONBool/serialize.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h5>JSONBool class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONBool/value.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h5>JSONBool class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONNull-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ <h5>json library</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONNull/JSONNull.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h5>JSONNull class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONNull/serialize.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h5>JSONNull class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONNumber-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ <h5>json library</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONNumber/JSONNumber.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h5>JSONNumber class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONNumber/serialize.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h5>JSONNumber class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONNumber/value.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h5>JSONNumber class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONObject-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ <h5>json library</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONObject/JSONObject.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h5>JSONObject class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONObject/fields.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h5>JSONObject class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONObject/serialize.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h5>JSONObject class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONString-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ <h5>json library</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONString/JSONString.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h5>JSONString class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONString/serialize.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h5>JSONString class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONString/value.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h5>JSONString class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/data_types_json-library.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ <h5>json library</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/fromMap.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h5>json library</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_location/Location-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ <h5>location library</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_location/Location/Location.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ <h5>Location class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_location/Location/latitude.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h5>Location class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_location/Location/longitude.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h5>Location class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_location/data_types_location-library.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h5>location library</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_location_error/Errors-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ <h5>location_error library</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.5.0
2.5.1
</span>


Expand Down
Loading

0 comments on commit 4679e1f

Please sign in to comment.