Skip to content

Commit 0062355

Browse files
authored
Merge pull request #364 from mgks/dependabot/gradle/all-dependencies-1737f3233a
Bump the all-dependencies group with 3 updates
2 parents adb500c + e20bf38 commit 0062355

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)