Increment plaintext export config key.

This commit is contained in:
Alex Hart
2026-04-02 11:22:36 -03:00
parent 0a957bc97c
commit 97d099c7f1
@@ -1354,7 +1354,7 @@ object RemoteConfig {
@JvmStatic
@get:JvmName("localPlaintextExport")
val localPlaintextExport: Boolean by remoteBoolean(
key = "android.localPlaintextExport",
key = "android.localPlaintextExport.2",
defaultValue = false,
hotSwappable = false
)