mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Add support for app version-based remote configs.
This commit is contained in:
@@ -9,6 +9,7 @@ import kotlin.reflect.full.memberProperties
|
||||
/**
|
||||
* Ensures we don't release with forced values which is intended for local development only.
|
||||
*/
|
||||
@Suppress("ClassName")
|
||||
class RemoteConfig_StaticValuesTest {
|
||||
|
||||
@Before
|
||||
@@ -35,7 +36,8 @@ class RemoteConfig_StaticValuesTest {
|
||||
"1",
|
||||
"100",
|
||||
"12345678910111213141516",
|
||||
"*"
|
||||
"*",
|
||||
"1.0.0"
|
||||
)
|
||||
|
||||
val configKeys = RemoteConfig.configsByKey.keys
|
||||
|
||||
Reference in New Issue
Block a user