Skip to content

Commit

Permalink
Commit with unresolved merge conflicts outside of submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina authored and github-actions[bot] committed Dec 16, 2024
1 parent 842aa6a commit b54defb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,11 @@ class AnonymousAnalyticsRecorderImpl : AnonymousAnalyticsRecorder {

override fun halt() = wrapCountlyRequest {
isConfigured = false
<<<<<<< HEAD
Countly.sharedInstance().consent().removeConsentAll()
=======
Countly.sharedInstance()?.consent()?.removeConsentAll()
>>>>>>> 5e643acf0 (fix: countly sdk integration replace halt and bump to latest (WPB-15007) (#3748))
}

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 b54defb

Please sign in to comment.