8000 Hotfix fresh variant codes to replace two that are still generating t… · rzoro/Android@b179f6b · GitHub
[go: up one dir, main page]

Skip to content

Commit b179f6b

Browse files
committed
Hotfix fresh variant codes to replace two that are still generating traffic from past releases
1 parent 7df7a3a commit b179f6b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/src/main/java/com/duckduckgo/app/statistics/VariantManager.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ interface VariantManager {
4444
// Notifications english speakers
4545
Variant(key = "mc", weight = 1.0, features = emptyList()),
4646
Variant(key = "me", weight = 1.0, features = listOf(VariantFeature.NotificationDayOne)),
47-
Variant(key = "mt", weight = 1.0, features = listOf(VariantFeature.NotificationDayThree)),
47+
Variant(key = "mi", weight = 1.0, features = listOf(VariantFeature.NotificationDayThree)),
4848

4949
// Notifications non-english speakers
5050
Variant(key = "md", weight = 1.0, features = emptyList()),
5151
Variant(key = "mf", weight = 1.0, features = listOf(VariantFeature.NotificationDayOne)),
52-
Variant(key = "mu", weight = 1.0, features = listOf(VariantFeature.NotificationDayThree))
52+
Variant(key = "mk", weight = 1.0, features = listOf(VariantFeature.NotificationDayThree))
5353
)
5454
}
5555

app/version/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
VERSION=5.17.0
17+
VERSION=5.17.1

0 commit comments

Comments
 (0)
0