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.1 (2025-01-22)
2
+ --------------------------
3
+ Do not autotrack screen view events when app comes to foreground (#701)
4
+
1
5
Version 6.1.0 (2025-01-16)
2
6
--------------------------
3
7
Add new WebView interface (#700)
Original file line number Diff line number Diff line change 1
- 6.1.0
1
+ 6.1.1
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.1.0 '
25
+ version = ' 6.1.1 '
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.1.0
34
+ VERSION_NAME =6.1.1
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