diff --git a/app/build.gradle b/app/build.gradle old mode 100755 new mode 100644 index d3434c5..6ef330f --- a/app/build.gradle +++ b/app/build.gradle @@ -81,14 +81,14 @@ dependencies { implementation 'com.google.firebase:firebase-analytics:23.0.0' implementation 'com.google.android.gms:play-services-auth:21.4.0' - implementation 'com.google.android.gms:play-services-ads:24.8.0' + implementation 'com.google.android.gms:play-services-ads:24.9.0' implementation 'com.google.android.gms:play-services-location:21.3.0' implementation 'com.google.android.material:material:1.13.0' implementation 'androidx.core:core-splashscreen:1.2.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.1' - implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' + implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.2.0' implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'androidx.browser:browser:1.9.0' implementation 'androidx.work:work-runtime:2.11.0' diff --git a/build.gradle b/build.gradle old mode 100755 new mode 100644 index 1af2d2c..a2e58ce --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.13.1' + classpath 'com.android.tools.build:gradle:8.13.2' classpath 'com.google.gms:google-services:4.4.4' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files