Increment localPlaintextExport flag to lock version.

This commit is contained in:
Alex Hart
2026-04-06 15:47:02 -03:00
committed by Greyson Parrelli
parent 264447a6d9
commit 11c8a726ec

View File

@@ -1354,7 +1354,7 @@ object RemoteConfig {
@JvmStatic
@get:JvmName("localPlaintextExport")
val localPlaintextExport: Boolean by remoteBoolean(
key = "android.localPlaintextExport.2",
key = "android.localPlaintextExport.3",
defaultValue = false,
hotSwappable = false
)