Turn on binary service writes.

This commit is contained in:
Michelle Tang
2026-02-18 14:02:07 -05:00
committed by Alex Hart
parent 85d5f62301
commit 484ce3a1da
2 changed files with 3 additions and 19 deletions

View File

@@ -1173,8 +1173,8 @@ object RemoteConfig {
@JvmStatic
@get:JvmName("useBinaryId")
val useBinaryId: Boolean by remoteBoolean(
key = "android.useBinaryServiceId",
defaultValue = Environment.IS_STAGING,
key = "android.useBinaryServiceId.2",
defaultValue = true,
hotSwappable = false
)