Skip to content

Commit

Permalink
Auto-update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot committed Jun 26, 2024
1 parent 380686d commit b393aa4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admob/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 64,7 @@ dependencies {
// for Google Analytics. This is recommended, but not required.
implementation("com.google.firebase:firebase-analytics")

debugImplementation("androidx.fragment:fragment-testing:1.8.0")
debugImplementation("androidx.fragment:fragment-testing:1.8.1")
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.0")
androidTestImplementation("androidx.test:rules:1.6.0")
androidTestImplementation("androidx.test:runner:1.6.0")
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 @@ -46,7 46,7 @@ dependencies {
implementation(project(":internal:chooserx"))

implementation("androidx.activity:activity-ktx:1.9.0")
implementation("androidx.fragment:fragment-ktx:1.8.0")
implementation("androidx.fragment:fragment-ktx:1.8.1")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("com.google.android.material:material:1.12.0")

Expand Down
2 changes: 1 addition & 1 deletion messaging/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 59,7 @@ dependencies {

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

implementation("com.google.android.material:material:1.12.0")

Expand Down

0 comments on commit b393aa4

Please sign in to comment.