Revert "Update test dependencies"

This reverts commit cd8c251773.
This commit is contained in:
Amab 2022-12-12 19:01:17 +01:00
parent 691512f563
commit a2e0540430

View File

@ -121,7 +121,7 @@ dependencies {
testImplementation "androidx.room:room-testing:$room_version"
//Tests
def test_version = "1.5.1"
def test_version = "1.5.0"
testImplementation 'junit:junit:4.13.2'
androidTestImplementation "androidx.test:core:$test_version"
androidTestImplementation "androidx.test:rules:$test_version"