Browse Source
Update dependency androidx.room:room-testing to v2.3.0
renovate/org.robolectric-robolectric-4.x
Renovate Bot
4 years ago
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with
1 additions and
1 deletions
-
app/build.gradle
|
|
@ -224,6 +224,6 @@ dependencies { |
|
|
|
androidTestImplementation 'androidx.test:core:1.3.0' |
|
|
|
androidTestImplementation 'com.android.support:support-annotations:28.0.0' |
|
|
|
androidTestImplementation 'com.android.support.test:runner:1.0.2' |
|
|
|
androidTestImplementation "androidx.room:room-testing:2.2.6" |
|
|
|
androidTestImplementation "androidx.room:room-testing:2.3.0" |
|
|
|
|
|
|
|
} |