8000 Merge branch 'hotfix/4.4.2' into develop · WindowxDeveloper/Android@7546dce · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 7546dce

Browse files
committed
Merge branch 'hotfix/4.4.2' into develop
2 parents 703f351 + eb54e70 commit 7546dce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'kotlin-kapt'
66
apply from: '../versioning.gradle'
77

88
ext {
9-
VERSION_NAME = "4.4.1"
9+
VERSION_NAME = "4.4.2"
1010
USE_ORCHESTRATOR = project.hasProperty('orchestrator') ? project.property('orchestrator') : false
1111
}
1212

app/src/main/java/com/duckduckgo/app/statistics/store/StatisticsSharedPreferences.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class StatisticsSharedPreferences @Inject constructor(private val context: Conte
2424
StatisticsDataStore {
2525

2626
override val hasInstallationStatistics: Boolean
27-
get() = preferences.contains(atb) && preferences.contains(retentionAtb)
27+
get() = preferences.contains(KEY_ATB) && preferences.contains(KEY_RETENTION_ATB)
2828

2929
override var atb: String?
3030
get() = preferences.getString(KEY_ATB, null)

0 commit comments

Comments
 (0)
0