Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
Update dependency androidx.browser:browser to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2023
1 parent 03dd5f7 commit c7a6147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ dependencies {
implementation("androidx.lifecycle:lifecycle-common-java8:${lifecycleVersion}")
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:${lifecycleVersion}")

implementation("androidx.browser:browser:1.6.0")
implementation("androidx.browser:browser:1.7.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.coordinatorlayout:coordinatorlayout:1.2.0")
implementation("androidx.viewpager2:viewpager2:1.1.0-beta02")
Expand Down

0 comments on commit c7a6147

Please sign in to comment.