Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ dependencies {
// AmStackParser). Instrumented tests would need Robolectric or
// a device; out of scope for the first scaffold.
testImplementation("junit:junit:4.13.2")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit:2.3.21")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit:2.4.20")
// Real org.json on the unit-test classpath. android.jar ships only a
// STUB org.json; with testOptions.returnDefaultValues=true its methods
// return null/0, so any code that parses/builds JSON (PatchRegistry)
Expand Down
Loading