File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ Version 6.1.0 (2025-01-16)
2
+ --------------------------
3
+ Add new WebView interface (#700)
4
+
1
5
Version 6.0.6 (2024-09-12)
2
6
--------------------------
3
7
Set negative battery levels to null in mobile context (#698)
Original file line number Diff line number Diff line change 1
- 6.0.6
1
+ 6.1.0
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ plugins {
22
22
23
23
subprojects {
24
24
group = ' com.snowplowanalytics'
25
- version = ' 6.0.6 '
25
+ version = ' 6.1.0 '
26
26
repositories {
27
27
google()
28
28
maven {
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
31
31
SONATYPE_STAGING_PROFILE =comsnowplowanalytics
32
32
GROUP =com.snowplowanalytics
33
33
POM_ARTIFACT_ID =snowplow-android-tracker
34
- VERSION_NAME =6.0.6
34
+ VERSION_NAME =6.1.0
35
35
36
36
POM_NAME =snowplow-android-tracker
37
37
POM_PACKAGING =aar
You can’t perform that action at this time.
0 commit comments