chore: add org.json:json:20240303 test dependency for BackupCodec round-trips
This commit is contained in:
parent
4640649593
commit
db948511fb
|
|
@ -218,6 +218,9 @@ dependencies {
|
|||
testImplementation("junit:junit:4.13.2")
|
||||
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
|
||||
testImplementation("io.mockk:mockk:1.13.14")
|
||||
// Real org.json on the JVM test classpath so codec round-trips run (Android's stubbed JSONObject
|
||||
// returns defaults under unitTests.isReturnDefaultValues).
|
||||
testImplementation("org.json:json:20240303")
|
||||
|
||||
// Canonical-vector capture harness (paired-CI for iOS↔Android E2EE fixture fill)
|
||||
androidTestImplementation("androidx.test.ext:junit:1.1.5")
|
||||
|
|
|
|||
Loading…
Reference in New Issue