We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac87e83 commit 1d0ec1fCopy full SHA for 1d0ec1f
app/build.gradle
@@ -58,7 +58,7 @@ dependencies {
58
annotationProcessor 'androidx.room:room-compiler:2.3.0'
59
implementation 'androidx.room:room-runtime:2.3.0'
60
61
- testImplementation 'androidx.room:room-testing:2.2.6'
+ testImplementation 'androidx.room:room-testing:2.3.0'
62
androidTestImplementation 'junit:junit:4.13.2'
63
androidTestImplementation 'androidx.test:core:1.3.0'
64
androidTestImplementation 'androidx.test:runner:1.3.0'
0 commit comments