Update Gradle dependencies (#18071)

This commit is contained in:
Mikkel Nygaard Ravn
2018-05-31 17:16:47 +02:00
committed by GitHub
parent 4f3fadb6f0
commit 59bb2dba73
57 changed files with 81 additions and 81 deletions

View File

@@ -44,6 +44,6 @@ flutter {
dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
}