Only write binary ids in staging.

This commit is contained in:
Michelle Tang
2025-11-06 10:35:48 -05:00
parent 27e6ecb2a0
commit 4c00337b1a
10 changed files with 101 additions and 47 deletions

View File

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