Bump room-testing from 2.1.0-alpha07 to 2.1.0-beta01 (#363)

This commit is contained in:
dependabot-preview[bot] 2019-05-28 10:48:37 +00:00 committed by GitHub
parent 463a7e2744
commit 2ac1638911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,7 +147,7 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.0'
androidTestImplementation "io.mockk:mockk-android:1.9.2"
androidTestImplementation 'org.mockito:mockito-android:2.27.0'
androidTestImplementation "androidx.room:room-testing:2.1.0-alpha07"
androidTestImplementation "androidx.room:room-testing:2.1.0-beta01"
androidTestImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version"
}