Skip to content

Commit f637961

Browse files
committed
[patch] ENGMT-2555: Update activation demo app name
fka link shortener
1 parent 97a7341 commit f637961

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/src/main/java/io/branch/branchlinksimulator/ApiConfiguration.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ const val STAGING = "[Stage] External Services"
1111
const val PRODUCTION = "Pro Production"
1212
const val STAGING_AC = "[Stage] Adv. Compliance Sandbox"
1313
const val PRODUCTION_AC = "Adv. Compliance Sandbox"
14-
const val STAGING_LS = "[Stage] LS + ENGMT Ess. Demo"
15-
const val PRODUCTION_LS = "LS + ENGMT Ess. Demo"
14+
const val STAGING_ACTIVATION = "[Stage] Activation Demo"
15+
const val PRODUCTION_ACTIVATION = "Activation Demo"
1616

1717
val apiConfigurationsMap: Map<String, ApiConfiguration> = mapOf(
18-
STAGING_LS to ApiConfiguration(
18+
STAGING_ACTIVATION to ApiConfiguration(
1919
branchKey = "key_live_nFc30jPoTV53LhvHat5XXffntufA4O0l",
2020
apiUrl = "https://api.stage.branch.io/",
2121
appId = "1425582272655938028",
@@ -33,7 +33,7 @@ val apiConfigurationsMap: Map<String, ApiConfiguration> = mapOf(
3333
appId = "436637608899006753",
3434
staging = true
3535
),
36-
PRODUCTION_LS to ApiConfiguration(
36+
PRODUCTION_ACTIVATION to ApiConfiguration(
3737
branchKey = "key_live_hsdXYiNiH9pfDv50xrFt0gbgEEiMIqFO",
3838
apiUrl = "https://api2.branch.io/",
3939
appId = "1425583205569811094",

0 commit comments

Comments
 (0)