Skip to content

Commit a5b6ace

Browse files
committed
Auto-update dependencies.
1 parent aba26e5 commit a5b6ace

31 files changed

Lines changed: 69 additions & 69 deletions

File tree

admob/app/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ dependencies {
4848
implementation("androidx.appcompat:appcompat:1.7.1")
4949
implementation("com.google.android.material:material:1.13.0")
5050
implementation("androidx.browser:browser:1.5.0")
51-
implementation("androidx.navigation:navigation-fragment-ktx:2.9.6")
52-
implementation("androidx.navigation:navigation-ui-ktx:2.9.6")
51+
implementation("androidx.navigation:navigation-fragment-ktx:2.9.8")
52+
implementation("androidx.navigation:navigation-ui-ktx:2.9.8")
5353

54-
implementation("com.google.android.gms:play-services-ads:23.3.0")
54+
implementation("com.google.android.gms:play-services-ads:25.2.0")
5555

5656
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
57-
implementation(platform("com.google.firebase:firebase-bom:34.7.0"))
57+
implementation(platform("com.google.firebase:firebase-bom:34.12.0"))
5858

5959
// For an optimal experience using AdMob, add the Firebase SDK
6060
// for Google Analytics. This is recommended, but not required.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

analytics/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0")
5252

5353
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
54-
implementation(platform("com.google.firebase:firebase-bom:34.7.0"))
54+
implementation(platform("com.google.firebase:firebase-bom:34.12.0"))
5555

5656
// Firebase Analytics
5757
implementation("com.google.firebase:firebase-analytics")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

appdistribution/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ dependencies {
4949
implementation("androidx.constraintlayout:constraintlayout:2.2.1")
5050

5151
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
52-
implementation(platform("com.google.firebase:firebase-bom:34.7.0"))
52+
implementation(platform("com.google.firebase:firebase-bom:34.12.0"))
5353

5454
// ADD the SDK to the "prerelease" variant only (example)
55-
implementation("com.google.firebase:firebase-appdistribution:16.0.0-beta17")
55+
implementation("com.google.firebase:firebase-appdistribution:16.0.0-beta18")
5656

5757
// For an optimal experience using App Distribution, add the Firebase SDK
5858
// for Google Analytics. This is recommended, but not required.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

auth/app/build.gradle.kts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,23 @@ dependencies {
4646
implementation(project(":internal:chooserx"))
4747
implementation(project(":internal:lintchecks"))
4848

49-
implementation("androidx.activity:activity-ktx:1.12.1")
49+
implementation("androidx.activity:activity-ktx:1.13.0")
5050
implementation("androidx.constraintlayout:constraintlayout:2.2.1")
5151
implementation("androidx.vectordrawable:vectordrawable-animated:1.2.0")
5252
implementation("com.google.android.material:material:1.13.0")
53-
implementation("androidx.navigation:navigation-fragment-ktx:2.9.6")
54-
implementation("androidx.navigation:navigation-ui-ktx:2.9.6")
53+
implementation("androidx.navigation:navigation-fragment-ktx:2.9.8")
54+
implementation("androidx.navigation:navigation-ui-ktx:2.9.8")
5555

5656
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
57-
implementation(platform("com.google.firebase:firebase-bom:34.7.0"))
57+
implementation(platform("com.google.firebase:firebase-bom:34.12.0"))
5858

5959
// Firebase Authentication
6060
implementation("com.google.firebase:firebase-auth")
6161

6262
// Google Identity Services SDK (only required for Auth with Google)
63-
implementation("androidx.credentials:credentials:1.5.0")
64-
implementation("androidx.credentials:credentials-play-services-auth:1.5.0")
65-
implementation("com.google.android.libraries.identity.googleid:googleid:1.1.1")
63+
implementation("androidx.credentials:credentials:1.6.0")
64+
implementation("androidx.credentials:credentials-play-services-auth:1.6.0")
65+
implementation("com.google.android.libraries.identity.googleid:googleid:1.2.0")
6666

6767
// Firebase UI
6868
// Used in FirebaseUIActivity.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

config/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
implementation("com.google.android.material:material:1.13.0")
4747

4848
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
49-
implementation(platform("com.google.firebase:firebase-bom:34.7.0"))
49+
implementation(platform("com.google.firebase:firebase-bom:34.12.0"))
5050

5151
// Firebase Remote Config
5252
implementation("com.google.firebase:firebase-config")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)