|
@@ -60,9 +60,9 @@ dependencies {
|
|
|
testImplementation 'junit:junit:4.12'
|
|
testImplementation 'junit:junit:4.12'
|
|
|
testImplementation 'org.mockito:mockito-core:2.7.6'
|
|
testImplementation 'org.mockito:mockito-core:2.7.6'
|
|
|
androidTestImplementation 'androidx.room:room-testing:2.1.0-alpha01'
|
|
androidTestImplementation 'androidx.room:room-testing:2.1.0-alpha01'
|
|
|
- androidTestImplementation 'androidx.test:runner:1.1.0-beta02'
|
|
|
|
|
- androidTestImplementation 'androidx.test:rules:1.1.0-beta02'
|
|
|
|
|
|
|
+ androidTestImplementation 'androidx.test:runner:1.1.0'
|
|
|
|
|
+ androidTestImplementation 'androidx.test:rules:1.1.0'
|
|
|
androidTestImplementation 'androidx.annotation:annotation:1.0.0'
|
|
androidTestImplementation 'androidx.annotation:annotation:1.0.0'
|
|
|
- androidTestImplementation 'androidx.test:runner:1.1.0-beta02'
|
|
|
|
|
- androidTestImplementation 'androidx.test:rules:1.1.0-beta02'
|
|
|
|
|
|
|
+ androidTestImplementation 'androidx.test:runner:1.1.0'
|
|
|
|
|
+ androidTestImplementation 'androidx.test:rules:1.1.0'
|
|
|
}
|
|
}
|