Update test dependencies

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-08-27 15:28:11 +05:30
parent 25ca5d52b2
commit e256d988fc
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -60,7 +60,7 @@ dependencies {
implementation "androidx.compose.ui:ui-unit:$compose_version"
implementation "androidx.ui:ui-tooling:$compose_version"
testImplementation 'junit:junit:4.13'
androidTestImplementation 'androidx.test.ext:junit:1.1.2-alpha05'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0-alpha05'
androidTestImplementation 'androidx.test.ext:junit:1.1.2-rc03'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0-rc03'
androidTestImplementation "androidx.ui:ui-test:$compose_version"
}