Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion admob/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
implementation("com.google.android.gms:play-services-ads:25.4.0")

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

// 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 analytics/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.11.0")

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

// Firebase Analytics
implementation("com.google.firebase:firebase-analytics")
Expand Down
4 changes: 2 additions & 2 deletions appdistribution/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ dependencies {
implementation(project(":internal:chooserx"))

implementation("com.google.android.material:material:1.14.0")
implementation("androidx.constraintlayout:constraintlayout:2.2.1")
implementation("androidx.constraintlayout:constraintlayout:2.2.2")

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

// ADD the SDK to the "prerelease" variant only (example)
implementation("com.google.firebase:firebase-appdistribution:16.0.0-beta20")
Expand Down
4 changes: 2 additions & 2 deletions auth/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ dependencies {
implementation(project(":internal:lintchecks"))

implementation("androidx.activity:activity-ktx:1.13.0")
implementation("androidx.constraintlayout:constraintlayout:2.2.1")
implementation("androidx.constraintlayout:constraintlayout:2.2.2")
implementation("androidx.vectordrawable:vectordrawable-animated:1.2.0")
implementation("com.google.android.material:material:1.14.0")
implementation("androidx.navigation:navigation-fragment-ktx:2.9.8")
implementation("androidx.navigation:navigation-ui-ktx:2.9.8")

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

// Firebase Authentication
implementation("com.google.firebase:firebase-auth")
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ allprojects {
val ktlint by configurations.creating

dependencies {
ktlint("com.pinterest:ktlint:0.49.1") {
ktlint("com.pinterest:ktlint:0.50.0") {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Starting with version 0.49.0, the ktlint artifact has been renamed and moved to new coordinates. Using com.pinterest:ktlint:0.50.0 will cause a dependency resolution failure because this artifact is no longer published under the old coordinates. Please use com.pinterest.ktlint:ktlint-cli:0.50.0 instead.

    ktlint("com.pinterest.ktlint:ktlint-cli:0.50.0") {

attributes {
attribute(Bundling.BUNDLING_ATTRIBUTE, objects.named(Bundling.EXTERNAL))
}
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 @@ -46,7 +46,7 @@ dependencies {
implementation("com.google.android.material:material:1.14.0")

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

// Firebase Remote Config
implementation("com.google.firebase:firebase-config")
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 @@ -52,7 +52,7 @@ dependencies {
implementation("androidx.activity:activity-ktx:1.13.0")

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

// Firebase Crashlytics
implementation("com.google.firebase:firebase-crashlytics")
Expand Down
2 changes: 1 addition & 1 deletion database/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
implementation("androidx.navigation:navigation-ui-ktx:2.9.8")

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

// Firebase Realtime Database
implementation("com.google.firebase:firebase-database")
Expand Down
2 changes: 1 addition & 1 deletion firestore/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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:34.16.0"))
implementation(platform("com.google.firebase:firebase-bom:34.17.0"))

// Firestore
implementation("com.google.firebase:firebase-firestore")
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 @@ -48,7 +48,7 @@ dependencies {
implementation("com.google.android.material:material:1.14.0")

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

// Cloud Functions for Firebase
implementation("com.google.firebase:firebase-functions")
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[versions]
activityCompose = "1.13.0"
agp = "9.2.1"
agp = "9.3.1"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
agp = "9.3.1"
agp = "9.2.1"

camerax = "1.6.1"
coil3Compose = "3.5.0"
composeBom = "2026.06.01"
composeNavigation = "2.9.8"
coreKtx = "1.19.0"
espressoCore = "3.7.0"
firebaseBom = "34.16.0"
firebaseBom = "34.17.0"
googleServices = "4.5.0"
firebaseCrashlytics = "3.0.7"
firebasePerf = "2.0.2"
gradleVersions = "0.56.0"
gradleVersions = "0.57.0"
junit = "4.13.2"
junitVersion = "1.3.0"
kotlin = "2.4.10"
Expand Down Expand Up @@ -52,7 +52,7 @@ coil-network-okhttp = { module = "io.coil-kt.coil3:coil-network-okhttp", version
coil-svg = { module = "io.coil-kt.coil3:coil-svg", version.ref = "coil3Compose" }
compose-navigation = { group = "androidx.navigation", name = "navigation-compose", version.ref = "composeNavigation"}
firebase-ai = { module = "com.google.firebase:firebase-ai" }
firebase-ai-ondevice = { module = "com.google.firebase:firebase-ai-ondevice", version = "16.0.0-beta03" }
firebase-ai-ondevice = { module = "com.google.firebase:firebase-ai-ondevice", version = "16.0.0-beta04" }
firebase-bom = { module = "com.google.firebase:firebase-bom", version.ref = "firebaseBom" }
junit = { group = "junit", name = "junit", version.ref = "junit" }
kotlinx-serialization-core = { module = "org.jetbrains.kotlinx:kotlinx-serialization-core", version.ref = "kotlinxSerializationCore" }
Expand Down
4 changes: 2 additions & 2 deletions inappmessaging/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ dependencies {
implementation(project(":internal:chooserx"))

implementation("com.google.android.material:material:1.14.0")
implementation("androidx.constraintlayout:constraintlayout:2.2.1")
implementation("androidx.constraintlayout:constraintlayout:2.2.2")

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

// FIAM
implementation("com.google.firebase:firebase-inappmessaging-display")
Expand Down
2 changes: 1 addition & 1 deletion internal/chooserx/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ android {
dependencies {
api("com.google.android.material:material:1.14.0")
api("androidx.recyclerview:recyclerview:1.4.0")
api("androidx.constraintlayout:constraintlayout:2.2.1")
api("androidx.constraintlayout:constraintlayout:2.2.2")
}
2 changes: 1 addition & 1 deletion messaging/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {
implementation("com.google.android.material:material:1.14.0")

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

// Firebase Cloud Messaging
implementation("com.google.firebase:firebase-messaging")
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 @@ -52,13 +52,13 @@ 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:34.16.0"))
implementation(platform("com.google.firebase:firebase-bom:34.17.0"))

// Firebase Performance Monitoring
implementation("com.google.firebase:firebase-perf")

implementation("com.google.android.material:material:1.14.0")
implementation("androidx.constraintlayout:constraintlayout:2.2.1")
implementation("androidx.constraintlayout:constraintlayout:2.2.2")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.11.0")

implementation("com.github.bumptech.glide:glide:4.12.0")
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 @@ -44,7 +44,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:34.16.0"))
implementation(platform("com.google.firebase:firebase-bom:34.17.0"))

// Cloud Storage for Firebase
implementation("com.google.firebase:firebase-storage")
Expand Down
Loading