mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-21 22:59:10 +00:00
upgrade robolectric version to make tests work again
This commit is contained in:
parent
f06521c8ec
commit
1b1dbd4006
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ dependencies {
|
||||||
testImplementation(kotlin("test"))
|
testImplementation(kotlin("test"))
|
||||||
testImplementation("junit:junit:4.13.2")
|
testImplementation("junit:junit:4.13.2")
|
||||||
testImplementation("org.mockito:mockito-core:5.15.2")
|
testImplementation("org.mockito:mockito-core:5.15.2")
|
||||||
testImplementation("org.robolectric:robolectric:4.12.1")
|
testImplementation("org.robolectric:robolectric:4.14.1")
|
||||||
testImplementation("androidx.test:runner:1.6.2")
|
testImplementation("androidx.test:runner:1.6.2")
|
||||||
testImplementation("androidx.test:core:1.6.1")
|
testImplementation("androidx.test:core:1.6.1")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue