Upgrade roboelectric for API 30 compatibility

This commit is contained in:
ByteHamster 2020-10-25 18:45:30 +01:00
parent 587edab8b6
commit caaf2c72db
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ dependencies {
testImplementation "org.awaitility:awaitility:$awaitilityVersion" testImplementation "org.awaitility:awaitility:$awaitilityVersion"
testImplementation 'junit:junit:4.13' testImplementation 'junit:junit:4.13'
testImplementation 'org.mockito:mockito-inline:3.5.13' testImplementation 'org.mockito:mockito-inline:3.5.13'
testImplementation 'org.robolectric:robolectric:4.3.1' testImplementation 'org.robolectric:robolectric:4.5-alpha-1'
testImplementation 'javax.inject:javax.inject:1' testImplementation 'javax.inject:javax.inject:1'
androidTestImplementation "com.jayway.android.robotium:robotium-solo:$robotiumSoloVersion" androidTestImplementation "com.jayway.android.robotium:robotium-solo:$robotiumSoloVersion"
androidTestImplementation "androidx.test.espresso:espresso-core:$espressoVersion" androidTestImplementation "androidx.test.espresso:espresso-core:$espressoVersion"