Browse Source

Update dependency androidx.room:room-testing to v2.3.0

renovate/org.robolectric-robolectric-4.x
Renovate Bot 3 years ago
parent
commit
56a9f42df2
No known key found for this signature in database GPG Key ID: 81C63AE1C224182B
  1. 2
      app/build.gradle

2
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"
}
Loading…
Cancel
Save