Skip to content

Commit 4679e1f

Browse files
Update HyperTrack SDK Android to 7.8.3 (#62)
Add ktlint update command on format. Fix warnings.
1 parent 6d05f9b commit 4679e1f

File tree

118 files changed

+126
-124
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+126
-124
lines changed

.pubignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs

CHANGELOG.md

Lines changed: 7 additions & 0 deletions

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-
def hyperTrackVersion = "7.8.2"
46+
def hyperTrackVersion = "7.8.3"
4747
implementation "com.hypertrack:sdk-android:${hyperTrackVersion}"
4848
implementation "com.hypertrack:activity-service-google:${hyperTrackVersion}"
4949
implementation "com.hypertrack:location-services-google:${hyperTrackVersion}"

docs/__404error.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h5><span class="package-name">hypertrack_plugin</span> <span class="package-kin
100100
<footer>
101101
<span class="no-break">
102102
hypertrack_plugin
103-
2.5.0
103+
2.5.1
104104
</span>
105105

106106

docs/data_types_hypertrack_error/HyperTrackError.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ <h5>hypertrack_error library</h5>
383383
<footer>
384384
<span class="no-break">
385385
hypertrack_plugin
386-
2.5.0
386+
2.5.1
387387
</span>
388388

389389

docs/data_types_hypertrack_error/HyperTrackError/HyperTrackError.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h5>HyperTrackError enum</h5>
101101
<footer>
102102
<span class="no-break">
103103
hypertrack_plugin
104-
2.5.0
104+
2.5.1
105105
</span>
106106

107107

docs/data_types_hypertrack_error/HyperTrackError/values-constant.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h5>HyperTrackError enum</h5>
105105
<footer>
106106
<span class="no-break">
107107
hypertrack_plugin
108-
2.5.0
108+
2.5.1
109109
</span>
110110

111111

docs/data_types_hypertrack_error/data_types_hypertrack_error-library.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h5>hypertrack_error library</h5>
134134
<footer>
135135
<span class="no-break">
136136
hypertrack_plugin
137-
2.5.0
137+
2.5.1
138138
</span>
139139

140140

docs/data_types_json/JSON-class.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h5>json library</h5>
189189
<footer>
190190
<span class="no-break">
191191
hypertrack_plugin
192-
2.5.0
192+
2.5.1
193193
</span>
194194

195195

docs/data_types_json/JSON/JSON.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h5>JSON class</h5>
101101
<footer>
102102
<span class="no-break">
103103
hypertrack_plugin
104-
2.5.0
104+
2.5.1
105105
</span>
106106

107107

0 commit comments

Comments
 (0)