Skip to content

Commit e20bf38

Browse files
Bump the all-dependencies group with 3 updates
Bumps the all-dependencies group with 3 updates: com.android.tools.build:gradle, com.google.android.gms:play-services-ads and androidx.swiperefreshlayout:swiperefreshlayout. Updates `com.android.tools.build:gradle` from 8.13.1 to 8.13.2 Updates `com.google.android.gms:play-services-ads` from 24.8.0 to 24.9.0 Updates `androidx.swiperefreshlayout:swiperefreshlayout` from 1.1.0 to 1.2.0 --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-version: 8.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: com.google.android.gms:play-services-ads dependency-version: 24.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: androidx.swiperefreshlayout:swiperefreshlayout dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 890a575 commit e20bf38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ dependencies {
8181
implementation 'com.google.firebase:firebase-analytics:23.0.0'
8282

8383
implementation 'com.google.android.gms:play-services-auth:21.4.0'
84-
implementation 'com.google.android.gms:play-services-ads:24.8.0'
84+
implementation 'com.google.android.gms:play-services-ads:24.9.0'
8585
implementation 'com.google.android.gms:play-services-location:21.3.0'
8686

8787
implementation 'com.google.android.material:material:1.13.0'
8888

8989
implementation 'androidx.core:core-splashscreen:1.2.0'
9090
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
91-
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
91+
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.2.0'
9292
implementation 'androidx.appcompat:appcompat:1.7.1'
9393
implementation 'androidx.browser:browser:1.9.0'
9494
implementation 'androidx.work:work-runtime:2.11.0'

build.gradle

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
mavenCentral()
1313
}
1414
dependencies {
15-
classpath 'com.android.tools.build:gradle:8.13.1'
15+
classpath 'com.android.tools.build:gradle:8.13.2'
1616
classpath 'com.google.gms:google-services:4.4.4'
1717
// NOTE: Do not place your application dependencies here; they belong
1818
// in the individual module build.gradle files

0 commit comments

Comments
 (0)