Skip to content

Commit

Permalink
Auto-update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot committed Aug 7, 2024
1 parent 381f233 commit 2cf28ec
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions firestore/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ dependencies {
implementation("androidx.navigation:navigation-ui-ktx:2.7.7")

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

Expand All @@ -97,6 +97,6 @@ dependencies {
androidTestImplementation("androidx.test:runner:1.6.1")
androidTestImplementation("androidx.test.uiautomator:uiautomator:2.3.0")
androidTestImplementation("junit:junit:4.13.2")
androidTestImplementation("org.hamcrest:hamcrest-library:2.2")
androidTestImplementation("org.hamcrest:hamcrest-library:3.0")
androidTestImplementation("com.google.firebase:firebase-auth")
}
6 changes: 3 additions & 3 deletions messaging/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ android {
dependencies {
implementation(project(":internal:lintchecks"))
implementation(project(":internal:chooserx"))
implementation("androidx.annotation:annotation:1.8.1")
implementation("androidx.annotation:annotation:1.8.2")
implementation("androidx.vectordrawable:vectordrawable-animated:1.2.0")
implementation("androidx.core:core-ktx:1.13.1")

Expand All @@ -75,11 +75,11 @@ dependencies {

implementation("com.google.firebase:firebase-installations:18.0.0")

implementation("androidx.work:work-runtime:2.9.0")
implementation("androidx.work:work-runtime:2.9.1")

// Testing dependencies
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
androidTestImplementation("androidx.test:runner:1.6.1")
androidTestImplementation("androidx.test:rules:1.6.1")
androidTestImplementation("androidx.annotation:annotation:1.8.1")
androidTestImplementation("androidx.annotation:annotation:1.8.2")
}
2 changes: 1 addition & 1 deletion perf/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {

implementation("com.google.android.material:material:1.12.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.0")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.4")

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

Expand Down
2 changes: 1 addition & 1 deletion vertexai/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ android {

dependencies {
implementation("androidx.core:core-ktx:1.9.0")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.0")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.4")
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.8.4")
implementation("androidx.activity:activity-compose:1.9.1")
implementation("androidx.navigation:navigation-compose:2.7.7")
Expand Down

0 comments on commit 2cf28ec

Please sign in to comment.