Skip to content

Commit

Permalink
fix: harden countly sdk integration and bump to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Dec 16, 2024
1 parent 90282ea commit 747e343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class AnonymousAnalyticsRecorderImpl : AnonymousAnalyticsRecorder {

override fun halt() = wrapCountlyRequest {
isConfigured = false
Countly.sharedInstance().halt()
Countly.sharedInstance()?.consent()?.removeConsentAll()
}

override suspend fun setTrackingIdentifierWithMerge(
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ coil = "2.7.0"
commonmark = "0.24.0"

# Countly
countly = "24.4.0"
countly = "24.7.7"

# RSS
rss-parser = "6.0.7"
Expand Down

0 comments on commit 747e343

Please sign in to comment.