Skip to content

Commit

Permalink
Auto-update dependencies. (#2633)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot authored Jan 17, 2025
1 parent 3cd2935 commit 06f4c1b
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion auth/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
implementation(project(":internal:lintchecks"))
implementation("androidx.multidex:multidex:2.0.1")

implementation("androidx.activity:activity-ktx:1.9.3")
implementation("androidx.activity:activity-ktx:1.10.0")
implementation("androidx.constraintlayout:constraintlayout:2.2.0")
implementation("androidx.vectordrawable:vectordrawable-animated:1.2.0")
implementation("com.google.android.material:material:1.12.0")
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 @@ -53,7 +53,7 @@ dependencies {
implementation(project(":internal:lintchecks"))
implementation(project(":internal:chooserx"))
implementation("com.google.android.material:material:1.12.0")
implementation("androidx.activity:activity-ktx:1.9.3")
implementation("androidx.activity:activity-ktx:1.10.0")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:33.7.0"))
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 @@ -49,7 +49,7 @@ dependencies {
implementation(project(":internal:chooserx"))

implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.recyclerview:recyclerview:1.3.2")
implementation("androidx.recyclerview:recyclerview:1.4.0")
implementation("com.google.android.material:material:1.12.0")
implementation("androidx.navigation:navigation-fragment-ktx:2.8.5")
implementation("androidx.navigation:navigation-ui-ktx:2.8.5")
Expand Down
4 changes: 2 additions & 2 deletions firestore/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ dependencies {
implementation("com.firebaseui:firebase-ui-auth:8.0.2")

// Support Libs
implementation("androidx.activity:activity-ktx:1.9.3")
implementation("androidx.activity:activity-ktx:1.10.0")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.core:core-ktx:1.13.1")
implementation("androidx.vectordrawable:vectordrawable-animated:1.2.0")
implementation("androidx.cardview:cardview:1.0.0")
implementation("androidx.browser:browser:1.5.0")
implementation("com.google.android.material:material:1.12.0")
implementation("androidx.media:media:1.7.0")
implementation("androidx.recyclerview:recyclerview:1.3.2")
implementation("androidx.recyclerview:recyclerview:1.4.0")
implementation("androidx.multidex:multidex:2.0.1")
implementation("androidx.navigation:navigation-fragment-ktx:2.8.5")
implementation("androidx.navigation:navigation-ui-ktx:2.8.5")
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 @@ -45,7 +45,7 @@ dependencies {
implementation(project(":internal:lintchecks"))
implementation(project(":internal:chooserx"))

implementation("androidx.activity:activity-ktx:1.9.3")
implementation("androidx.activity:activity-ktx:1.10.0")
implementation("androidx.fragment:fragment-ktx:1.8.5")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("com.google.android.material:material:1.12.0")
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
agp = "8.8.0"
coilCompose = "2.7.0"
firebaseAuth = "23.1.0"
firebaseDataConnect = "16.0.0-beta03"
firebaseDataConnect = "16.0.0-beta04"
kotlin = "2.1.0"
coreKtx = "1.13.1"
junit = "4.13.2"
junitVersion = "1.2.1"
espressoCore = "3.6.1"
kotlinxSerializationCore = "1.8.0"
lifecycle = "2.8.7"
activityCompose = "1.9.3"
composeBom = "2024.12.01"
activityCompose = "1.10.0"
composeBom = "2025.01.00"
googleServices = "4.4.2"
composeNavigation = "2.8.5"

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 @@ -24,6 +24,6 @@ android {

dependencies {
api("com.google.android.material:material:1.12.0")
api("androidx.recyclerview:recyclerview:1.3.2")
api("androidx.recyclerview:recyclerview:1.4.0")
api("androidx.constraintlayout:constraintlayout:2.2.0")
}
2 changes: 1 addition & 1 deletion messaging/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
implementation("androidx.core:core-ktx:1.13.1")

// Required when asking for permission to post notifications (starting in Android 13)
implementation("androidx.activity:activity-ktx:1.9.3")
implementation("androidx.activity:activity-ktx:1.10.0")
implementation("androidx.fragment:fragment-ktx:1.8.5")

implementation("com.google.android.material:material:1.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 @@ -56,7 +56,7 @@ dependencies {
// Firebase Authentication
implementation("com.google.firebase:firebase-auth")

implementation("androidx.activity:activity-ktx:1.9.3")
implementation("androidx.activity:activity-ktx:1.10.0")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("com.google.android.material:material:1.12.0")
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
Expand Down
6 changes: 3 additions & 3 deletions vertexai/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ dependencies {
implementation("androidx.core:core-ktx:1.9.0")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.7")
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7")
implementation("androidx.activity:activity-compose:1.9.3")
implementation("androidx.activity:activity-compose:1.10.0")
implementation("androidx.navigation:navigation-compose:2.8.5")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0")
implementation(platform("androidx.compose:compose-bom:2024.12.01"))
implementation(platform("androidx.compose:compose-bom:2025.01.00"))
implementation("androidx.compose.ui:ui")
implementation("androidx.compose.ui:ui-graphics")
implementation("androidx.compose.ui:ui-tooling-preview")
Expand All @@ -69,7 +69,7 @@ dependencies {
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.2.1")
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
androidTestImplementation(platform("androidx.compose:compose-bom:2024.12.01"))
androidTestImplementation(platform("androidx.compose:compose-bom:2025.01.00"))
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
debugImplementation("androidx.compose.ui:ui-tooling")
debugImplementation("androidx.compose.ui:ui-test-manifest")
Expand Down

0 comments on commit 06f4c1b

Please sign in to comment.