Skip to content

Commit cb14a7e

Browse files
Bump the all-dependencies group across 1 directory with 3 updates
Bumps the all-dependencies group with 3 updates in the / directory: com.google.firebase:firebase-analytics, androidx.browser:browser and androidx.work:work-runtime. Updates `com.google.firebase:firebase-analytics` from 23.0.0 to 23.2.0 Updates `androidx.browser:browser` from 1.9.0 to 1.10.0 Updates `androidx.work:work-runtime` from 2.11.1 to 2.11.2 --- updated-dependencies: - dependency-name: com.google.firebase:firebase-analytics dependency-version: 23.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: androidx.browser:browser dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: androidx.work:work-runtime dependency-version: 2.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 076baeb commit cb14a7e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ dependencies {
7878
implementation 'com.google.firebase:firebase-auth:24.0.1'
7979
implementation 'com.google.firebase:firebase-config:23.0.1'
8080
implementation 'com.google.firebase:firebase-messaging:25.0.1'
81-
implementation 'com.google.firebase:firebase-analytics:23.0.0'
81+
implementation 'com.google.firebase:firebase-analytics:23.2.0'
8282

8383
implementation 'com.google.android.gms:play-services-auth:21.5.1'
8484
implementation 'com.google.android.gms:play-services-ads:24.9.0'
@@ -90,8 +90,8 @@ dependencies {
9090
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
9191
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.2.0'
9292
implementation 'androidx.appcompat:appcompat:1.7.1'
93-
implementation 'androidx.browser:browser:1.9.0'
94-
implementation 'androidx.work:work-runtime:2.11.1'
93+
implementation 'androidx.browser:browser:1.10.0'
94+
implementation 'androidx.work:work-runtime:2.11.2'
9595

9696
// Plugins
9797
implementation 'com.journeyapps:zxing-android-embedded:4.3.0' // ZXing library for QR code scanning

0 commit comments

Comments
 (0)