Skip to content

Commit 1f65fa0

Browse files
Bump espresso-core from 3.3.0 to 3.4.0
Bumps espresso-core from 3.3.0 to 3.4.0. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ef0b06a commit 1f65fa0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,21 @@ dependencies {
4444
implementation 'com.android.volley:volley:1.2.0'
4545
implementation 'androidx.appcompat:appcompat:1.2.0'
4646
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
47-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
47+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
4848
implementation 'com.google.firebase:firebase-analytics:19.0.1'
49-
implementation 'com.google.firebase:firebase-crashlytics:18.0.1'
49+
implementation 'com.google.firebase:firebase-crashlytics:18.2.1'
5050
implementation 'com.google.firebase:firebase-perf:19.1.1'
5151
implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
5252
implementation 'com.google.firebase:firebase-messaging:22.0.0'
5353
implementation 'com.google.android.material:material:1.3.0'
5454
implementation 'com.google.android.gms:play-services-location:18.0.0'
5555
implementation 'com.google.android.play:core:1.10.0'
5656
implementation 'com.google.android.material:material:1.3.0'
57-
implementation 'com.google.android.gms:play-services-auth:19.0.0'
57+
implementation 'com.google.android.gms:play-services-auth:19.2.0'
5858
implementation 'com.google.firebase:firebase-auth:20.0.3'
5959
implementation 'com.google.android.gms:play-services-safetynet:17.0.0'
6060
implementation 'com.amitshekhar.android:android-networking:1.0.2'
61-
implementation 'com.google.firebase:firebase-config:20.0.4'
61+
implementation 'com.google.firebase:firebase-config:21.0.1'
6262

6363

6464
}

0 commit comments

Comments
 (0)