Skip to content

Commit

Permalink
Auto-update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot committed Sep 17, 2023
1 parent 6beed2f commit dcfe5c7
Show file tree
Hide file tree
Showing 29 changed files with 49 additions and 49 deletions.
8 changes: 4 additions & 4 deletions admob/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("com.google.android.material:material:1.9.0")
implementation("androidx.browser:browser:1.5.0")
implementation("androidx.navigation:navigation-fragment-ktx:2.7.1")
implementation("androidx.navigation:navigation-ui-ktx:2.7.1")
implementation("androidx.navigation:navigation-fragment-ktx:2.7.2")
implementation("androidx.navigation:navigation-ui-ktx:2.7.2")

implementation("com.google.android.gms:play-services-ads:22.3.0")
implementation("com.google.android.gms:play-services-ads:22.4.0")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:32.2.3"))
implementation(platform("com.google.firebase:firebase-bom:32.3.1"))

// For an optimal experience using AdMob, add the Firebase SDK
// for Google Analytics. This is recommended, but not required.
Expand Down
2 changes: 1 addition & 1 deletion admob/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("com.android.application") version "8.1.1" apply false
id("com.android.library") version "8.1.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
id("com.google.gms.google-services") version "4.3.15" apply false
id("com.google.gms.google-services") version "4.4.0" apply false
}

allprojects {
Expand Down
4 changes: 2 additions & 2 deletions analytics/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.preference:preference-ktx:1.2.1")
// Needed to override the version used by preference-ktx
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1")
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:32.2.3"))
implementation(platform("com.google.firebase:firebase-bom:32.3.1"))

// Firebase Analytics (Java)
implementation("com.google.firebase:firebase-analytics")
Expand Down
2 changes: 1 addition & 1 deletion analytics/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("com.android.application") version "8.1.1" apply false
id("com.android.library") version "8.1.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
id("com.google.gms.google-services") version "4.3.15" apply false
id("com.google.gms.google-services") version "4.4.0" apply false
}

allprojects {
Expand Down
2 changes: 1 addition & 1 deletion appdistribution/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
implementation("androidx.multidex:multidex:2.0.1")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:32.2.3"))
implementation(platform("com.google.firebase:firebase-bom:32.3.1"))

// ADD the SDK to the "prerelease" variant only (example)
implementation("com.google.firebase:firebase-appdistribution-ktx:16.0.0-beta02")
Expand Down
2 changes: 1 addition & 1 deletion appdistribution/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("com.android.application") version "8.1.1" apply false
id("com.android.library") version "8.1.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
id("com.google.gms.google-services") version "4.3.15" apply false
id("com.google.gms.google-services") version "4.4.0" apply false
}

allprojects {
Expand Down
6 changes: 3 additions & 3 deletions auth/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ dependencies {
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.vectordrawable:vectordrawable-animated:1.1.0")
implementation("com.google.android.material:material:1.9.0")
implementation("androidx.navigation:navigation-fragment-ktx:2.7.1")
implementation("androidx.navigation:navigation-ui-ktx:2.7.1")
implementation("androidx.navigation:navigation-fragment-ktx:2.7.2")
implementation("androidx.navigation:navigation-ui-ktx:2.7.2")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:32.2.3"))
implementation(platform("com.google.firebase:firebase-bom:32.3.1"))

// Firebase Authentication (Java)
implementation("com.google.firebase:firebase-auth")
Expand Down
2 changes: 1 addition & 1 deletion auth/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("com.android.application") version "8.1.1" apply false
id("com.android.library") version "8.1.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
id("com.google.gms.google-services") version "4.3.15" apply false
id("com.google.gms.google-services") version "4.4.0" apply false
}

allprojects {
Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ plugins {
id("com.android.application") version "8.1.1" apply false
id("com.android.library") version "8.1.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
id("com.google.gms.google-services") version "4.3.15" apply false
id("com.google.gms.google-services") version "4.4.0" apply false
id("com.google.firebase.crashlytics") version "2.9.9" apply false
id("com.google.firebase.firebase-perf") version "1.4.2" apply false
id("androidx.navigation.safeargs") version "2.7.1" apply false
id("com.github.ben-manes.versions") version "0.47.0" apply true
id("androidx.navigation.safeargs") version "2.7.2" apply false
id("com.github.ben-manes.versions") version "0.48.0" apply true
}

allprojects {
Expand Down
2 changes: 1 addition & 1 deletion config/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
implementation("com.google.android.material:material:1.9.0")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:32.2.3"))
implementation(platform("com.google.firebase:firebase-bom:32.3.1"))

// Firebase Remote Config (Java)
implementation("com.google.firebase:firebase-config")
Expand Down
2 changes: 1 addition & 1 deletion config/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("com.android.application") version "8.1.1" apply false
id("com.android.library") version "8.1.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
id("com.google.gms.google-services") version "4.3.15" apply false
id("com.google.gms.google-services") version "4.4.0" apply false
}

allprojects {
Expand Down
2 changes: 1 addition & 1 deletion crash/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
implementation("androidx.activity:activity-ktx:1.7.2")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:32.2.3"))
implementation(platform("com.google.firebase:firebase-bom:32.3.1"))

// Firebase Crashlytics (Kotlin)
implementation("com.google.firebase:firebase-crashlytics-ktx")
Expand Down
2 changes: 1 addition & 1 deletion crash/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("com.android.application") version "8.1.1" apply false
id("com.android.library") version "8.1.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
id("com.google.gms.google-services") version "4.3.15" apply false
id("com.google.gms.google-services") version "4.4.0" apply false
id("com.google.firebase.crashlytics") version "2.9.9" apply false
}

Expand Down
6 changes: 3 additions & 3 deletions database/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.recyclerview:recyclerview:1.3.1")
implementation("com.google.android.material:material:1.9.0")
implementation("androidx.navigation:navigation-fragment-ktx:2.7.1")
implementation("androidx.navigation:navigation-ui-ktx:2.7.1")
implementation("androidx.navigation:navigation-fragment-ktx:2.7.2")
implementation("androidx.navigation:navigation-ui-ktx:2.7.2")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:32.2.3"))
implementation(platform("com.google.firebase:firebase-bom:32.3.1"))

// Firebase Realtime Database (Java)
implementation("com.google.firebase:firebase-database")
Expand Down
2 changes: 1 addition & 1 deletion database/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("com.android.application") version "8.1.1" apply false
id("com.android.library") version "8.1.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
id("com.google.gms.google-services") version "4.3.15" apply false
id("com.google.gms.google-services") version "4.4.0" apply false
}

allprojects {
Expand Down
2 changes: 1 addition & 1 deletion dynamiclinks/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
implementation("com.google.android.material:material:1.9.0")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:32.2.3"))
implementation(platform("com.google.firebase:firebase-bom:32.3.1"))

// Firebase Dynamic Links (Java)
implementation("com.google.firebase:firebase-dynamic-links")
Expand Down
2 changes: 1 addition & 1 deletion dynamiclinks/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("com.android.application") version "8.1.1" apply false
id("com.android.library") version "8.1.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
id("com.google.gms.google-services") version "4.3.15" apply false
id("com.google.gms.google-services") version "4.4.0" apply false
}

allprojects {
Expand Down
12 changes: 6 additions & 6 deletions firestore/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
implementation(project(":internal:chooserx"))

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:32.2.3"))
implementation(platform("com.google.firebase:firebase-bom:32.3.1"))

// Firestore (Java)
implementation("com.google.firebase:firebase-firestore")
Expand All @@ -77,21 +77,21 @@ dependencies {
// Support Libs
implementation("androidx.activity:activity-ktx:1.7.2")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.core:core-ktx:1.10.1")
implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.vectordrawable:vectordrawable-animated:1.1.0")
implementation("androidx.cardview:cardview:1.0.0")
implementation("androidx.browser:browser:1.5.0")
implementation("com.google.android.material:material:1.9.0")
implementation("androidx.media:media:1.6.0")
implementation("androidx.recyclerview:recyclerview:1.3.1")
implementation("androidx.multidex:multidex:2.0.1")
implementation("androidx.navigation:navigation-fragment-ktx:2.7.1")
implementation("androidx.navigation:navigation-ui-ktx:2.7.1")
implementation("androidx.navigation:navigation-fragment-ktx:2.7.2")
implementation("androidx.navigation:navigation-ui-ktx:2.7.2")

// Android architecture components
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.1")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.2")
implementation("androidx.lifecycle:lifecycle-extensions:2.2.0")
annotationProcessor("androidx.lifecycle:lifecycle-compiler:2.6.1")
annotationProcessor("androidx.lifecycle:lifecycle-compiler:2.6.2")

// Third-party libraries
implementation("me.zhanghai.android.materialratingbar:library:1.4.0")
Expand Down
4 changes: 2 additions & 2 deletions firestore/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ plugins {
id("com.android.application") version "8.1.1" apply false
id("com.android.library") version "8.1.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
id("com.google.gms.google-services") version "4.3.15" apply false
id("androidx.navigation.safeargs") version "2.7.1" apply false
id("com.google.gms.google-services") version "4.4.0" apply false
id("androidx.navigation.safeargs") version "2.7.2" apply false
}

allprojects {
Expand Down
2 changes: 1 addition & 1 deletion functions/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
implementation("com.google.android.material:material:1.9.0")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:32.2.3"))
implementation(platform("com.google.firebase:firebase-bom:32.3.1"))

// Cloud Functions for Firebase (Java)
implementation("com.google.firebase:firebase-functions")
Expand Down
2 changes: 1 addition & 1 deletion functions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("com.android.application") version "8.1.1" apply false
id("com.android.library") version "8.1.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
id("com.google.gms.google-services") version "4.3.15" apply false
id("com.google.gms.google-services") version "4.4.0" apply false
}

allprojects {
Expand Down
2 changes: 1 addition & 1 deletion inappmessaging/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
implementation("androidx.multidex:multidex:2.0.1")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:32.2.3"))
implementation(platform("com.google.firebase:firebase-bom:32.3.1"))

// FIAM (Java)
implementation("com.google.firebase:firebase-inappmessaging-display")
Expand Down
2 changes: 1 addition & 1 deletion inappmessaging/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("com.android.application") version "8.1.1" apply false
id("com.android.library") version "8.1.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
id("com.google.gms.google-services") version "4.3.15" apply false
id("com.google.gms.google-services") version "4.4.0" apply false
}

allprojects {
Expand Down
8 changes: 4 additions & 4 deletions messaging/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ android {
dependencies {
implementation(project(":internal:lintchecks"))
implementation(project(":internal:chooserx"))
implementation("androidx.annotation:annotation:1.6.0")
implementation("androidx.annotation:annotation:1.7.0")
implementation("androidx.vectordrawable:vectordrawable-animated:1.1.0")
implementation("androidx.core:core-ktx:1.10.1")
implementation("androidx.core:core-ktx:1.12.0")

// Required when asking for permission to post notifications (starting in Android 13)
implementation("androidx.activity:activity-ktx:1.7.2")
Expand All @@ -64,7 +64,7 @@ dependencies {
implementation("com.google.android.material:material:1.9.0")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:32.2.3"))
implementation(platform("com.google.firebase:firebase-bom:32.3.1"))

// Firebase Cloud Messaging (Java)
implementation("com.google.firebase:firebase-messaging")
Expand All @@ -84,5 +84,5 @@ dependencies {
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
androidTestImplementation("androidx.test:runner:1.5.2")
androidTestImplementation("androidx.test:rules:1.5.0")
androidTestImplementation("androidx.annotation:annotation:1.6.0")
androidTestImplementation("androidx.annotation:annotation:1.7.0")
}
2 changes: 1 addition & 1 deletion messaging/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("com.android.application") version "8.1.1" apply false
id("com.android.library") version "8.1.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
id("com.google.gms.google-services") version "4.3.15" apply false
id("com.google.gms.google-services") version "4.4.0" apply false
}

allprojects {
Expand Down
4 changes: 2 additions & 2 deletions perf/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
implementation(project(":internal:chooserx"))

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:32.2.3"))
implementation(platform("com.google.firebase:firebase-bom:32.3.1"))

// Firebase Performance Monitoring (Java)
implementation("com.google.firebase:firebase-perf")
Expand All @@ -71,7 +71,7 @@ dependencies {

implementation("com.google.android.material:material:1.9.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.1")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.2")

implementation("com.github.bumptech.glide:glide:4.12.0")

Expand Down
2 changes: 1 addition & 1 deletion perf/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("com.android.application") version "8.1.1" apply false
id("com.android.library") version "8.1.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
id("com.google.gms.google-services") version "4.3.15" apply false
id("com.google.gms.google-services") version "4.4.0" apply false
id("com.google.firebase.firebase-perf") version "1.4.2" apply false
}

Expand Down
2 changes: 1 addition & 1 deletion storage/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
implementation(project(":internal:chooserx"))

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:32.2.3"))
implementation(platform("com.google.firebase:firebase-bom:32.3.1"))

// Cloud Storage for Firebase (Java)
implementation("com.google.firebase:firebase-storage")
Expand Down
2 changes: 1 addition & 1 deletion storage/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("com.android.application") version "8.1.1" apply false
id("com.android.library") version "8.1.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
id("com.google.gms.google-services") version "4.3.15" apply false
id("com.google.gms.google-services") version "4.4.0" apply false
}

allprojects {
Expand Down

0 comments on commit dcfe5c7

Please sign in to comment.