1
0
mirror of https://github.com/KokaKiwi/BarInsta synced 2024-09-27 21:27:30 +00:00

Merge pull request #1257 from austinhuang0131/renovate/androidx.room-room-testing-2.x

Update dependency androidx.room:room-testing to v2.3.0
This commit is contained in:
Austin Huang 2021-05-19 13:10:21 -04:00 committed by GitHub
commit 5a682011a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}